Mercurial > public > mercurial-scm > hg-stable
diff mercurial/localrepo.py @ 29722: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 | 41689e293994 |
children | 426d931e5db2 |
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,