From patchwork Fri Aug 5 21:45:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3, of, 9, v3] localrepo: jettison now-unused dirlog() method from localrepo From: Augie Fackler X-Patchwork-Id: 16138 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Fri, 05 Aug 2016 17:45:04 -0400 # HG changeset patch # User Augie Fackler # 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,