Changes

Jump to: navigation, search

ReleaseEngineering/TryServer

125 bytes added, 18:36, 6 April 2012
Disable hg phases with a post-push hook
Now you should be able to perform hg push -f <whatever> without it affecting the phase.
Note that if These extra steps should no longer be necessary once the server is upgraded to Mercurial 2.1 and configured as "non-publishing" ({{bug|725362}}). ==== If you use an alias (e.g. "hg try" instead of "hg push -f ssh://hg.mozilla.org/try") ====If you use an alias(e.g. you use <tt>hg try</tt> to push to try), this won't work -- you need to actually specify the post-command that you want it to perform after.  For example, if you alias your push command to '<tt>hg try'</tt>, as in the following:
<pre>
[alias]
post-try = hg phase --force --draft "mq()"
</pre>
 
These extra steps should no longer be necessary once the server is upgraded to Mercurial 2.1 and configured as "non-publishing" ({{bug|725362}}).
=== Viewing the results ===
187
edits

Navigation menu