comparison mercurial/help/phases.txt @ 16041:6a959318c58e stable

phases: add resync example to help topic
author Matt Mackall <mpm@selenic.com>
date Mon, 30 Jan 2012 16:37:15 -0600
parents f2c49d9dee57
children 3d26d69ef822
comparison
equal deleted inserted replaced
16040:c0b2986b37b8 16041:6a959318c58e
75 75
76 - show a list of changeset revision and phase:: 76 - show a list of changeset revision and phase::
77 77
78 hg log --template "{rev} {phase}\n" 78 hg log --template "{rev} {phase}\n"
79 79
80 - resynchronize draft changesets relative to a remote repository::
81
82 hg phase -fd 'outgoing(URL)'
83
80 See :hg:`help phase` for more information on manually manipulating phases. 84 See :hg:`help phase` for more information on manually manipulating phases.