fold: use 'fold', not 'touch', for transaction description
authorMartin von Zweigbergk <martinvonz@google.com>
Tue, 13 Dec 2016 10:28:09 -0800
changeset 1781 39ef492603c6
parent 1780 3e270ed7ede0
child 1782 a046e78c3290
fold: use 'fold', not 'touch', for transaction description
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]