--- a/hgext3rd/evolve/evolvecmd.py Wed Mar 28 17:37:10 2018 +0530
+++ b/hgext3rd/evolve/evolvecmd.py Wed Mar 28 17:47:49 2018 +0530
@@ -1036,7 +1036,8 @@
'current working directory and its descendants')),
('c', 'continue', False, _('continue an interrupted evolution')),
('', 'stop', False, _('stop the interrupted evolution')),
- ('l', 'list', False, 'provide details on troubled changesets in the repo'),
+ ('l', 'list', False, _('provide details on troubled changesets'
+ ' in the repo')),
] + mergetoolopts,
_('[OPTIONS]...')
)