hgext/histedit.py
branchstable
changeset 19392 f6b047cf9272
parent 19284 87bb53367633
child 19393 33e1b2d4bdbc
--- a/hgext/histedit.py	Mon Jul 15 13:20:39 2013 +0200
+++ b/hgext/histedit.py	Mon Jul 15 15:04:42 2013 +0200
@@ -247,7 +247,7 @@
         files.update(ctx.files())
 
     # Recompute copies (avoid recording a -> b -> a)
-    copied = copies.pathcopies(first, last)
+    copied = copies.pathcopies(base, last)
 
     # prune files which were reverted by the updates
     def samefile(f):