diff mercurial/context.py @ 33086:eb4c49f55f1f

workingfilectx: add audit() as a wrapper for wvfs.audit()
author Phil Cohen <phillco@fb.com>
date Sun, 25 Jun 2017 22:30:14 -0700
parents 1e79c66d6b07
children 634b259079c5
line wrap: on
line diff
--- a/mercurial/context.py	Sun Jun 25 22:30:14 2017 -0700
+++ b/mercurial/context.py	Sun Jun 25 22:30:14 2017 -0700
@@ -1879,6 +1879,9 @@
                 raise
             return (t, tz)
 
+    def audit(self):
+        return self._repo.wvfs.audit(self._path)
+
     def cmp(self, fctx):
         """compare with other file context