Changes

Jump to: navigation, search

ReleaseEngineering/TryServer

1 byte added, 19:45, 9 February 2012
Disable hg phases with an outgoing hook
<pre>hg phase -f --draft qparent:tip</pre>
==== Disable hg phases with an outgoing a post-push hook ====
Alternatively, you can avoid this rigamarole by disabling hg phases with an outgoing hook. Add the following to your personal .hgrc file (~/.hgrc):
<pre>
outgoing post-push = hg phase --force --draft "mq()"
</pre>
Confirm
206
edits

Navigation menu