hgext/histedit.py
changeset 41994 550a172a603b
parent 41837 82d9728ace95
child 42022 1f567a9e25bd
--- a/hgext/histedit.py	Wed Mar 13 20:09:56 2019 -0700
+++ b/hgext/histedit.py	Tue Mar 19 22:58:39 2019 -0700
@@ -645,7 +645,7 @@
                                       fctx.path(), fctx.data(),
                                       islink='l' in flags,
                                       isexec='x' in flags,
-                                      copied=copied.get(path))
+                                      copysource=copied.get(path))
             return mctx
         return None