# HG changeset patch # User Matt Mackall # Date 1327963035 21600 # Node ID 6a959318c58ed8fc8d87f799bfe4ebf477a86c85 # Parent c0b2986b37b8b56991febe6e1fadf6c45d1ac0c1 phases: add resync example to help topic diff -r c0b2986b37b8 -r 6a959318c58e 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.