Show More
@@ -128,8 +128,7 b' class mixedrepostorecache(_basefilecache' | |||
|
128 | 128 | # scmutil.filecache only uses the path for passing back into our |
|
129 | 129 | # join(), so we can safely pass a list of paths and locations |
|
130 | 130 | super(mixedrepostorecache, self).__init__(*pathsandlocations) |
|
131 |
|
|
|
132 | _cachedfiles.update(pathsandlocations) | |
|
131 | _cachedfiles.update(pathsandlocations) | |
|
133 | 132 | |
|
134 | 133 | def join(self, obj, fnameandlocation): |
|
135 | 134 | fname, location = fnameandlocation |
General Comments 0
You need to be logged in to leave comments.
Login now