mercurial/context.py
changeset 39711 6c8ceebce309
parent 39710 7375a9ab0149
child 39712 15e86ecf6b26
--- a/mercurial/context.py	Tue Jul 17 17:16:22 2018 -0700
+++ b/mercurial/context.py	Mon Jun 11 20:48:47 2018 -0700
@@ -2132,8 +2132,8 @@
     """
     def __init__(self, repo, changes,
                  text="", user=None, date=None, extra=None):
-        super(workingctx, self).__init__(repo, text, user, date, extra,
-                                         changes)
+        super(workingcommitctx, self).__init__(repo, text, user, date, extra,
+                                               changes)
 
     def _dirstatestatus(self, match, ignored=False, clean=False, unknown=False):
         """Return matched files only in ``self._status``