phases: add resync example to help topic stable
authorMatt Mackall <mpm@selenic.com>
Mon, 30 Jan 2012 16:37:15 -0600
branchstable
changeset 16041 6a959318c58e
parent 16040 c0b2986b37b8
child 16042 4b7aa1c899dc
phases: add resync example to help topic
mercurial/help/phases.txt
--- a/mercurial/help/phases.txt	Mon Jan 30 16:04:14 2012 -0600
+++ b/mercurial/help/phases.txt	Mon Jan 30 16:37:15 2012 -0600
@@ -77,4 +77,8 @@
 
      hg log --template "{rev} {phase}\n"
 
+ - resynchronize draft changesets relative to a remote repository::
+
+     hg phase -fd 'outgoing(URL)' 
+
 See :hg:`help phase` for more information on manually manipulating phases.