Submitter | Jordi Gutiérrez Hermoso |
---|---|
Date | April 12, 2014, 2:02 a.m. |
Message ID | <625907cf8d34b3fb8086.1397268179@Iris> |
Download | mbox | patch |
Permalink | /patch/4293/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/evolve.py b/hgext/evolve.py --- a/hgext/evolve.py +++ b/hgext/evolve.py @@ -1715,7 +1715,7 @@ finally: lockmod.release(lock, wlock) -@command('^fold', +@command('^fold|squash', [('r', 'rev', [], _("explicitly specify the full set of revision to fold")), ] + commitopts + commitopts2, # allow to choose the seed ?