hgext/evolve.py
branchstable
changeset 934 f13facb01ac5
parent 933 e5baeb8fefec
child 937 43cceb37324c
child 945 561b3cdb4453
--- a/hgext/evolve.py	Mon Apr 14 15:46:27 2014 -0400
+++ b/hgext/evolve.py	Thu Apr 10 16:02:02 2014 -0400
@@ -1771,7 +1771,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 ?