changeset 31282 | b9228a2219ca |
parent 31279 | 052bc876a879 |
child 31283 | 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