Mercurial > hg
changeset 15852:d4253fb38323
phase: there is actually no -C option
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Fri, 13 Jan 2012 11:34:09 +0100 |
parents | 05ccad068313 |
children | fbb68b382040 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Fri Jan 13 11:29:47 2012 +0100 +++ b/mercurial/commands.py Fri Jan 13 11:34:09 2012 +0100 @@ -4222,7 +4222,7 @@ ('f', 'force', False, _('allow to move boundary backward')), ('r', 'rev', [], _('target revision')), ], - _('[-p|-d|-s] [-f] [-C] [-r] REV')) + _('[-p|-d|-s] [-f] [-r] REV')) def phase(ui, repo, *revs, **opts): """set or show the current phase name