mercurial/context.py
changeset 35281 010179e21e91
parent 35271 d90c534099b1
child 35285 3ceebf497057
--- a/mercurial/context.py	Wed Dec 06 22:56:15 2017 -0500
+++ b/mercurial/context.py	Fri Dec 01 00:07:23 2017 -0800
@@ -2129,7 +2129,7 @@
     def cmp(self, fctx):
         return self.data() != fctx.data()
 
-    def ctx(self):
+    def changectx(self):
         return self._parent
 
     def data(self):