[PATCH 3 of 9 v2] localrepo: jettison now-unused dirlog() method from localrepo

Augie Fackler raf at durin42.com
Fri Aug 5 13:23:41 EDT 2016


# HG changeset patch
# User Augie Fackler <augie at google.com>
# Date 1470415623 14400
#      Fri Aug 05 12:47:03 2016 -0400
# Node ID c62ecf6bc1931ef717912cf143b188def7590499
# Parent  7292a7ab963797425eeb5d470e661e7d80dd7466
localrepo: jettison now-unused dirlog() method from localrepo

diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -504,9 +504,6 @@ class localrepository(object):
     def manifest(self):
         return manifest.manifest(self.svfs)
 
-    def dirlog(self, dir):
-        return self.manifest.dirlog(dir)
-
     @repofilecache('dirstate')
     def dirstate(self):
         return dirstate.dirstate(self.vfs, self.ui, self.root,


More information about the Mercurial-devel mailing list