Mercurial > evolve
changeset 4641:686b9a7d3b46
evolve: mention that --all is default, in list of options
author | Sushil khanchi <sushilkhanchi97@gmail.com> |
---|---|
date | Mon, 29 Apr 2019 23:43:16 +0530 |
parents | c720d09c2366 |
children | a7c4f163656b |
files | hgext3rd/evolve/evolvecmd.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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')),