# HG changeset patch # User Martin Geisler # Date 1326451806 -3600 # Node ID 2260e6ed09c3a2cd888c438b4302ebfdefde4b9f # Parent fbb68b382040222b430581a1f706ff4671c9f695 phase: the REV argument can be repeated diff -r fbb68b382040 -r 2260e6ed09c3 mercurial/commands.py --- a/mercurial/commands.py Fri Jan 13 11:38:49 2012 +0100 +++ b/mercurial/commands.py Fri Jan 13 11:50:06 2012 +0100 @@ -4222,7 +4222,7 @@ ('f', 'force', False, _('allow to move boundary backward')), ('r', 'rev', [], _('target revision')), ], - _('[-p|-d|-s] [-f] [-r] REV')) + _('[-p|-d|-s] [-f] [-r] REV...')) def phase(ui, repo, *revs, **opts): """set or show the current phase name