Submitter | Augie Fackler |
---|---|
Date | Aug. 5, 2016, 5:23 p.m. |
Message ID | <c62ecf6bc1931ef71791.1470417821@arthedain.pit.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/16122/ |
State | Superseded |
Headers | show |
Comments
Patch
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,