Submitter | phabricator |
---|---|
Date | May 15, 2019, 6:03 p.m. |
Message ID | <66031ec3c45d18396f1eb79ce4e0c76e@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/40049/ |
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 @@ -2055,7 +2055,7 @@ else: parents = (self._repo[parents[0]], self._repo[parents[1]]) - files = self._cache.keys() + files = self.files() def getfile(repo, memctx, path): if self._cache[path]['exists']: return memfilectx(repo, memctx, path,