# HG changeset patch # User Sushil khanchi # Date 1556561596 -19800 # Node ID 686b9a7d3b46c2bf8f386eaed369cf88c44c30e7 # Parent c720d09c2366a9084ec3cfec7c380a8b6a637ad8 evolve: mention that --all is default, in list of options diff -r c720d09c2366 -r 686b9a7d3b46 hgext3rd/evolve/evolvecmd.py --- 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')),