--- a/hgext3rd/evolve/evolvecmd.py Mon May 13 18:47:58 2019 +0530
+++ b/hgext3rd/evolve/evolvecmd.py Mon Apr 29 23:43:16 2019 +0530
@@ -1500,8 +1500,8 @@
('', 'content-divergent', False, _('solves only content-divergent changesets')),
('', 'unstable', False, _('solves only unstable changesets (DEPRECATED)')),
('', 'orphan', False, _('solves only orphan changesets (default)')),
- ('a', 'all', None, _('evolve all troubled changesets related to the '
- 'current working directory and its descendants')),
+ ('a', 'all', None, _('evolve all troubled changesets related to the current'
+ ' working directory and its descendants (default)')),
('', 'update', False, _('update to the head of evolved changesets')),
('c', 'continue', False, _('continue an interrupted evolution')),
('', 'stop', False, _('stop the interrupted evolution')),