Changes

Jump to: navigation, search

ReleaseEngineering/TryServer

576 bytes added, 04:19, 8 February 2012
Pushing to try
# IdentityFile ~/.ssh/alternate_public_identity_key_file
</pre>
 
==== abort: popping would remove an immutable revision (hg phases) ====
<p>[http://mercurial.selenic.com/wiki/Phases hg phases] were introduced in Mercurial 2.1. Their purpose is to keep you from accidentally modifying changesets you've shared with others. In particular, this keeps you from qpop'ing patches you've pushed to try!
 
You can force hg to let you <tt>qpop</tt> your patch queue by running
<pre>hg phase -f --secret qparent:tip</pre>
 
You can probably turn off phases in your hgrc, but I haven't figured out how. If you figure it out, please update this page!
=== Viewing the results ===
187
edits

Navigation menu