[PATCH] push -n support

Rafael Villar Burke pachi at mmn-arquitectos.com
Thu Jul 21 11:12:37 CDT 2005


Matt Mackall wrote:

>rOn Thu, Jul 21, 2005 at 07:28:03AM -0700, Arun Sharma wrote:
>  
>
>>push -n support
>>
>>Displays the changesets that will be pushed to remote if executed without
>>-n/--dryrun.
>>    
>>
>
>The plan was to make this a new command called 'outgoing'
>
I like the "hg push --dry-run" option better, with it behaving like a 
"hg push --verbose" (this should print the files that are being changed, 
new tags and heads added and other metadata), but without doing any 
changes to the repos. Having a new command maybe handy with respect to 
typing, but it makes the use of hg conceptually more difficult IMHO, as 
having too much commands makes you wonder which are the relevant ones.

Regards,

Rafael



More information about the Mercurial mailing list