hgext/rebase.py
changeset 10413 e433002acb05
parent 10352 66d954e76ffb
child 10436 6cebf27287de
--- a/hgext/rebase.py	Tue Feb 09 13:53:24 2010 -0600
+++ b/hgext/rebase.py	Tue Feb 09 14:12:22 2010 -0600
@@ -499,7 +499,7 @@
         ('', 'detach', False, _('force detaching of source from its original '
                                 'branch')),
         ('c', 'continue', False, _('continue an interrupted rebase')),
-        ('a', 'abort', False, _('abort an interrupted rebase')),] +
+        ('a', 'abort', False, _('abort an interrupted rebase'))] +
          templateopts,
         _('hg rebase [-s REV | -b REV] [-d REV] [--collapse] [--detach] '
                         '[--keep] [--keepbranches] | [-c] | [-a]')),