Mercurial > evolve
changeset 1326:ae678c98b685
evolve: improve the help message of --rev
User's are not exposed to the notion of revset, this patch makes the help
message more intelligible.
author | Laurent Charignon <lcharignon@fb.com> |
---|---|
date | Tue, 05 May 2015 18:20:40 -0700 |
parents | 1fe3da0b4601 |
children | 7821a00fb6de |
files | hgext/evolve.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/evolve.py Tue May 05 14:25:59 2015 -0700 +++ b/hgext/evolve.py Tue May 05 18:20:40 2015 -0700 @@ -1228,7 +1228,7 @@ ('', 'confirm', False, 'ask for confirmation before performing the action'), ('A', 'any', False, 'also consider troubled changesets unrelated to current working directory'), - ('r', 'rev', '', 'revset to find troubles in'), + ('r', 'rev', '', 'solves troubles of these revisions'), ('a', 'all', False, 'evolve all troubled changesets in the repo ' '(implies any)'), ('c', 'continue', False, 'continue an interrupted evolution'),