# HG changeset patch # User Laurent Charignon # Date 1430875240 25200 # Node ID ae678c98b685e0b0f0abc1490250220fe1bde64f # Parent 1fe3da0b4601c690815f7e247a18067ef002cd6f 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. diff -r 1fe3da0b4601 -r ae678c98b685 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'),