Show More
@@ -270,7 +270,7 class manifestdict(object): | |||||
270 | m._lm[fn] = lm[fn] |
|
270 | m._lm[fn] = lm[fn] | |
271 | return m |
|
271 | return m | |
272 |
|
272 | |||
273 |
m = manifestdict( |
|
273 | m = manifestdict() | |
274 | m._lm = self._lm.filtercopy(match) |
|
274 | m._lm = self._lm.filtercopy(match) | |
275 | return m |
|
275 | return m | |
276 |
|
276 | |||
@@ -307,7 +307,7 class manifestdict(object): | |||||
307 | return default |
|
307 | return default | |
308 |
|
308 | |||
309 | def copy(self): |
|
309 | def copy(self): | |
310 |
c = manifestdict( |
|
310 | c = manifestdict() | |
311 | c._lm = self._lm.copy() |
|
311 | c._lm = self._lm.copy() | |
312 | return c |
|
312 | return c | |
313 |
|
313 |
General Comments 0
You need to be logged in to leave comments.
Login now