--- a/hgext/evolve.py Wed Sep 09 22:13:11 2015 -0400
+++ b/hgext/evolve.py Wed Sep 09 22:22:01 2015 -0400
@@ -1987,7 +1987,7 @@
@command('^previous',
[('B', 'move-bookmark', False,
- _('Move active bookmark after update')),
+ _('move active bookmark after update')),
('', 'merge', False, _('bring uncommited change along'))],
'[-B]')
def cmdprevious(ui, repo, **opts):
@@ -2026,7 +2026,7 @@
@command('^next',
[('B', 'move-bookmark', False,
- _('Move active bookmark after update')),
+ _('move active bookmark after update')),
('', 'merge', False, _('bring uncommited change along')),
('', 'evolve', False, _('evolve the next changeset if necessary'))],
'[-B]')