hgext/evolve.py
changeset 1781 39ef492603c6
parent 1779 ba9fabaca91b
child 1782 a046e78c3290
--- a/hgext/evolve.py	Thu Jan 05 01:36:37 2017 -0800
+++ b/hgext/evolve.py	Tue Dec 13 10:28:09 2016 -0800
@@ -3136,7 +3136,7 @@
 
         root, head = _foldcheck(repo, revs)
 
-        tr = repo.transaction('touch')
+        tr = repo.transaction('fold')
         try:
             commitopts = opts.copy()
             allctx = [repo[r] for r in revs]