diff -r 3e270ed7ede0 -r 39ef492603c6 hgext/evolve.py --- 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]