Mercurial > public > mercurial-scm > hg
diff hgext/rebase.py @ 10413:e433002acb05
fix up a bunch of check-code warnings
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 09 Feb 2010 14:12:22 -0600 |
parents | 66d954e76ffb |
children | 6cebf27287de |
line wrap: on
line diff
--- 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]')),