mercurial/statichttprepo.py
changeset 51884 f79f98733a5b
parent 51863 f4733654f144
child 51898 159854151f0f
--- a/mercurial/statichttprepo.py	Thu Sep 19 21:03:10 2024 -0400
+++ b/mercurial/statichttprepo.py	Fri Sep 20 00:07:39 2024 -0400
@@ -139,6 +139,9 @@
             f = b"/".join((self.base, urlreq.quote(path)))
             return httprangereader(f, urlopener)
 
+        def _auditpath(self, path: bytes, mode: bytes) -> None:
+            raise NotImplementedError
+
         def join(self, path, *insidef):
             if path:
                 return pathutil.join(self.base, path, *insidef)