diff -r e632a2429982 -r 49c583ca48c4 mercurial/localrepo.py --- a/mercurial/localrepo.py Sun May 10 06:48:08 2015 -0700 +++ b/mercurial/localrepo.py Sun Apr 12 23:51:06 2015 -0700 @@ -460,6 +460,9 @@ def manifest(self): return manifest.manifest(self.svfs) + def dirlog(self, dir): + return manifest.manifest(self.svfs, dir) + @repofilecache('dirstate') def dirstate(self): warned = [0]