evolve: internationalize the entry of --list in hg evolve help
authorPulkit Goyal <7895pulkit@gmail.com>
Wed, 28 Mar 2018 17:47:49 +0530
changeset 3640 5a127bc27419
parent 3639 95a767b2769e
child 3641 ed50f10aacbd
evolve: internationalize the entry of --list in hg evolve help
hgext3rd/evolve/evolvecmd.py
--- 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]...')
 )