mercurial/localrepo.py
changeset 25119 49c583ca48c4
parent 25114 d1d69ca78883
child 25149 3f0744eeaeaf
--- 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]