Mercurial - view diff of all files in all changesets listed in hg out? -


we have repositories proj & proj_v1. when this:

cd c:\proj hg fetch ..\proj_v1 hg out 

we see list of changesets proj_v1 pulled proj along "auto merge" changeset requisite merge.

what mercurial command can use see diff of files in changesets listed in output of hg out?

we'd review changes pushed proj when hg push.

would hg out -p work you?


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -