# HG changeset patch # User Martin Geisler # Date 1326450849 -3600 # Node ID d4253fb38323448f2d217f7e05379581c8f3a3c2 # Parent 05ccad068313b005b0ca9d893deb9b3febd14411 phase: there is actually no -C option diff -r 05ccad068313 -r d4253fb38323 mercurial/commands.py --- 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