# HG changeset patch # User Pierre-Yves David # Date 1434748725 25200 # Node ID 552687eb4856ee5a663ece417feffffa94e671a0 # Parent 5a91ee6a42e663edea779b94fd1ad98e889d5a17 evolve: allow multiple --rev argument This is standard behavior for Mercurial commands. diff -r 5a91ee6a42e6 -r 552687eb4856 hgext/evolve.py --- a/hgext/evolve.py Fri Jun 19 16:49:59 2015 -0700 +++ b/hgext/evolve.py Fri Jun 19 14:18:45 2015 -0700 @@ -1341,7 +1341,7 @@ ('', 'confirm', False, 'ask for confirmation before performing the action'), ('A', 'any', False, 'also consider troubled changesets unrelated to current working directory'), - ('r', 'rev', '', 'solves troubles of these revisions'), + ('r', 'rev', [], 'solves troubles of these revisions'), ('', 'bumped', False, 'solves only bumped changesets'), ('', 'divergent', False, 'solves only divergent changesets'), ('', 'unstable', False, 'solves only unstable changesets (default)'),