hgext/rebase.py
branchstable
changeset 17325 e4db509c08ec
parent 17059 fba17a64fa49
child 17611 910123eac887
--- a/hgext/rebase.py	Sat Jul 28 22:40:30 2012 +0300
+++ b/hgext/rebase.py	Tue Jul 31 18:18:26 2012 +0200
@@ -53,8 +53,7 @@
     ('c', 'continue', False, _('continue an interrupted rebase')),
     ('a', 'abort', False, _('abort an interrupted rebase'))] +
      templateopts,
-    _('hg rebase [-s REV | -b REV] [-d REV] [options]\n'
-      'hg rebase {-a|-c}'))
+    _('[-s REV | -b REV] [-d REV] [OPTION]'))
 def rebase(ui, repo, **opts):
     """move changeset (and descendants) to a different branch