Mercurial > hg
changeset 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 | c0b2986b37b8 |
children | 4b7aa1c899dc |
files | mercurial/help/phases.txt |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.