Show More
@@ -20,7 +20,7 b' class manifestdict(dict):' | |||||
20 | def set(self, f, flags): |
|
20 | def set(self, f, flags): | |
21 | self._flags[f] = flags |
|
21 | self._flags[f] = flags | |
22 | def copy(self): |
|
22 | def copy(self): | |
23 |
return manifestdict( |
|
23 | return manifestdict(self, dict.copy(self._flags)) | |
24 |
|
24 | |||
25 | class manifest(revlog.revlog): |
|
25 | class manifest(revlog.revlog): | |
26 | def __init__(self, opener): |
|
26 | def __init__(self, opener): |
General Comments 0
You need to be logged in to leave comments.
Login now