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