Submitter | phabricator |
---|---|
Date | Jan. 15, 2019, 11:57 p.m. |
Message ID | <bdd00456189bb3c4471b83aa03b269c7@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/37766/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -2022,7 +2022,7 @@ # using things like remotefilelog. scmutil.prefetchfiles( self.repo(), [self.p1().rev()], - matchmod.match('', '', patterns=self._cache.keys(), exact=True)) + scmutil.matchfiles(self.repo(), self._cache.keys())) for path in self._cache.keys(): cache = self._cache[path]