changeset 15854:2260e6ed09c3

phase: the REV argument can be repeated
author Martin Geisler <mg@aragost.com>
date Fri, 13 Jan 2012 11:50:06 +0100
parents fbb68b382040
children 09757185ce97
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: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