Access command line arguments from In-Process Python hook

Steve Hoelzer shoelzer at gmail.com
Thu Jun 19 18:04:35 UTC 2014


On Thu, Jun 19, 2014 at 10:33 AM,  <durwin at mgtsciences.com> wrote:
> Normally when a new branch is pushed the option
> --new-branch is specified. So using the force option for both normal and
> branch pushes is an acceptable method for what I am doing?  The repository
> will handle the forced push appropriately for both branch and non-branches?

The force option "will push all new heads on all branches" according to:

    http://www.selenic.com/mercurial/hg.1.html

That sounds like what you want.

Steve



More information about the Mercurial mailing list