Mercurial > hg
changeset 29709:b9ee2a1c4e9c
localrepo: jettison now-unused dirlog() method from localrepo
author | Augie Fackler <augie@google.com> |
---|---|
date | Fri, 05 Aug 2016 12:47:03 -0400 |
parents | d1c3721d184c |
children | 0839c8d34d78 |
files | mercurial/localrepo.py |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/localrepo.py Fri Aug 05 13:01:01 2016 -0400 +++ b/mercurial/localrepo.py Fri Aug 05 12:47:03 2016 -0400 @@ -504,9 +504,6 @@ 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,