phase: the REV argument can be repeated

This commit is contained in:
Martin Geisler 2012-01-13 11:50:06 +01:00
parent 4c9bf5eec4
commit 03f35c36c9

View File

@ -4222,7 +4222,7 @@ def paths(ui, repo, search=None):
('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