evolve: allow multiple --rev argument
This is standard behavior for Mercurial commands.
--- 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)'),