# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 1522239469 -19800 # Node ID 5a127bc2741905a18275e445caed3ff7f523c7e1 # Parent 95a767b2769e3375fb8ae11d2231de3bfdd1a7bc evolve: internationalize the entry of --list in hg evolve help diff -r 95a767b2769e -r 5a127bc27419 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]...') )