Submitter | Pierre-Yves David |
---|---|
Date | March 9, 2017, 1:09 a.m. |
Message ID | <88545f8d66bbbb5a665d.1489021784@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/19045/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -70,6 +70,8 @@ class repofilecache(scmutil.filecache): """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