mercurial/vfs.py
changeset 47443 9ab54aa56982
parent 47178 63286e0886a6
child 47809 98c3fa6a3ac2
--- a/mercurial/vfs.py	Wed Jun 09 01:10:34 2021 +0200
+++ b/mercurial/vfs.py	Tue Jun 08 02:05:05 2021 +0200
@@ -329,6 +329,9 @@
                     None  # pytype: disable=attribute-error
                 )
 
+    def register_file(self, path):
+        """generic hook point to lets fncache steer its stew"""
+
 
 class vfs(abstractvfs):
     """Operate files relative to a base directory