Submitter | phabricator |
---|---|
Date | June 10, 2019, 2:57 p.m. |
Message ID | <6e060a3738156a0626975a82cbe7503a@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/40402/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -128,8 +128,7 @@ # scmutil.filecache only uses the path for passing back into our # join(), so we can safely pass a list of paths and locations super(mixedrepostorecache, self).__init__(*pathsandlocations) - for path, location in pathsandlocations: - _cachedfiles.update(pathsandlocations) + _cachedfiles.update(pathsandlocations) def join(self, obj, fnameandlocation): fname, location = fnameandlocation