mercurial/localrepo.py
changeset 31291 b9228a2219ca
parent 31288 052bc876a879
child 31292 f84b0e926eb2
--- a/mercurial/localrepo.py	Mon Mar 06 18:42:36 2017 -0500
+++ b/mercurial/localrepo.py	Fri Aug 05 14:23:58 2016 +0200
@@ -70,6 +70,8 @@
     """All filecache usage on repo are done for logic that should be unfiltered
     """
 
+    def join(self, obj, fname):
+        return obj.join(fname)
     def __get__(self, repo, type=None):
         if repo is None:
             return self