changeset 3640:5a127bc27419

evolve: internationalize the entry of --list in hg evolve help
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 28 Mar 2018 17:47:49 +0530
parents 95a767b2769e
children ed50f10aacbd
files hgext3rd/evolve/evolvecmd.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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]...')
 )