changeset 19393 | 33e1b2d4bdbc |
parent 19306 | 59cdd3a7e281 |
parent 19392 | f6b047cf9272 |
child 19473 | 10a0ae668fe6 |
--- a/hgext/histedit.py Sat Jun 29 14:27:53 2013 +0400 +++ b/hgext/histedit.py Tue Jul 16 11:13:18 2013 -0500 @@ -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):