--- a/hgext3rd/evolve/__init__.py Sun Mar 18 17:29:32 2018 +0530
+++ b/hgext3rd/evolve/__init__.py Mon Mar 19 11:18:47 2018 -0700
@@ -1023,7 +1023,7 @@
'^previous',
[('B', 'move-bookmark', False,
_('move active bookmark after update')),
- ('', 'merge', False, _('bring uncommitted change along')),
+ ('m', 'merge', False, _('bring uncommitted change along')),
('', 'no-topic', False, _('ignore topic and move topologically')),
('n', 'dry-run', False,
_('do not perform actions, just print what would be done'))],
@@ -1073,7 +1073,7 @@
'^next',
[('B', 'move-bookmark', False,
_('move active bookmark after update')),
- ('', 'merge', False, _('bring uncommitted change along')),
+ ('m', 'merge', False, _('bring uncommitted change along')),
('', 'evolve', False, _('evolve the next changeset if necessary')),
('', 'no-topic', False, _('ignore topic and move topologically')),
('n', 'dry-run', False,