Mercurial > hg
diff hgext/rebase.py @ 25025:72f7f98bc5e5
rebase: add short -k option for --keep
histedit and strip already have a short option for keep, so this makes the
interface more consistent
author | Nat Mote <nmote@fb.com> |
---|---|
date | Tue, 12 May 2015 15:04:19 -0700 |
parents | c8a97fa742b7 |
children | d1bd0fd07ee6 |
line wrap: on
line diff
--- a/hgext/rebase.py Mon Mar 30 19:51:40 2015 +0900 +++ b/hgext/rebase.py Tue May 12 15:04:19 2015 -0700 @@ -67,7 +67,7 @@ ('e', 'edit', False, _('invoke editor on commit messages')), ('l', 'logfile', '', _('read collapse commit message from file'), _('FILE')), - ('', 'keep', False, _('keep original changesets')), + ('k', 'keep', False, _('keep original changesets')), ('', 'keepbranches', False, _('keep original branch names')), ('D', 'detach', False, _('(DEPRECATED)')), ('i', 'interactive', False, _('(DEPRECATED)')),