Mercurial > hg
changeset 15832:b03388ffeb31
phase: fix up help string
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 10 Jan 2012 16:36:33 -0600 |
parents | 0ecaf1e72609 |
children | 3cf2bb3a9fcc |
files | mercurial/commands.py |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Tue Jan 10 16:36:32 2012 -0600 +++ b/mercurial/commands.py Tue Jan 10 16:36:33 2012 -0600 @@ -4228,12 +4228,13 @@ With no argument, show the phase name of specified revisions. - With on one of `--public`, `--draft` or `--secret`, change the phase value. + With one of `--public`, `--draft` or `--secret`, change the phase + value of the specified revisions. Unless -f/--force is specified, :hg:`phase` won't move changeset from a - lower phase to an higher phase. Phase are ordered as follow: - - public < draft < secret. + lower phase to an higher phase. Phases are ordered as follows: + + public < draft < secret """ # search for a unique phase argument targetphase = None