[PATCH 3 of 9 v3] localrepo: jettison now-unused dirlog() method from localrepo
Augie Fackler
raf at durin42.com
Fri Aug 5 21:45:04 UTC 2016
# HG changeset patch
# User Augie Fackler <augie at google.com>
# Date 1470415623 14400
# Fri Aug 05 12:47:03 2016 -0400
# Node ID e131d83f89725b400741c083920c3e3fae944ceb
# Parent f93baa31b02114f4a61513b9ee03333a390155bf
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
@@ -505,9 +505,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