mercurial/localrepo.py
changeset 37316 836867586b83
parent 37315 0a1fb171dc1d
child 37321 e826fe7a08c7
--- a/mercurial/localrepo.py	Tue Apr 03 15:08:09 2018 -0700
+++ b/mercurial/localrepo.py	Tue Apr 03 13:19:35 2018 -0700
@@ -1073,9 +1073,6 @@
             f = f[1:]
         return filelog.filelog(self.svfs, f)
 
-    def changectx(self, changeid):
-        return self[changeid]
-
     def setparents(self, p1, p2=nullid):
         with self.dirstate.parentchange():
             copies = self.dirstate.setparents(p1, p2)