evolve: mention that --all is default, in list of options
authorSushil khanchi <sushilkhanchi97@gmail.com>
Mon, 29 Apr 2019 23:43:16 +0530
changeset 4641 686b9a7d3b46
parent 4640 c720d09c2366
child 4642 a7c4f163656b
evolve: mention that --all is default, in list of options
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')),