[PATCH] push -n support

Arun Sharma arun at sharma-home.net
Sun Jul 24 14:31:01 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'.
> 

If we go that way, we'll have to duplicate all the options to log/history in this new command (such as -v and -p). With the push -n approach, it gets taken care of trivially.

I'm ok with s/--dryrun/--dry-run/g

	-Arun


More information about the Mercurial mailing list