diff hgext/shelve.py @ 27019:5cf184398ee7

unshelve: add -k as short form of --keep For parity with strip -k, rebase -k, etc.
author Siddharth Agarwal <sid0@fb.com>
date Wed, 18 Nov 2015 15:04:03 -0800
parents b3b5ed560283
children cc2049184ece
line wrap: on
line diff
--- a/hgext/shelve.py	Sun Nov 01 13:55:21 2015 +0900
+++ b/hgext/shelve.py	Wed Nov 18 15:04:03 2015 -0800
@@ -572,7 +572,7 @@
            _('abort an incomplete unshelve operation')),
           ('c', 'continue', None,
            _('continue an incomplete unshelve operation')),
-          ('', 'keep', None,
+          ('k', 'keep', None,
            _('keep shelve after unshelving')),
           ('', 'date', '',
            _('set date for temporary commits (DEPRECATED)'), _('DATE'))],