mercurial/localrepo.py
changeset 23710 745e3b485632
parent 23667 f8df993516d0
child 23714 e3a0e7e21f54
--- a/mercurial/localrepo.py	Wed Dec 31 17:55:43 2014 +0900
+++ b/mercurial/localrepo.py	Wed Dec 31 17:55:43 2014 +0900
@@ -1343,7 +1343,8 @@
                     elif f not in self.dirstate:
                         fail(f, _("file not tracked!"))
 
-            cctx = context.workingctx(self, text, user, date, extra, status)
+            cctx = context.workingcommitctx(self, status,
+                                            text, user, date, extra)
 
             if (not force and not extra.get("close") and not merge
                 and not cctx.files()