evolve: improve the help message of --rev
authorLaurent Charignon <lcharignon@fb.com>
Tue, 05 May 2015 18:20:40 -0700
changeset 1326 ae678c98b685
parent 1325 1fe3da0b4601
child 1327 7821a00fb6de
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.
hgext/evolve.py
--- 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'),