Show More
@@ -117,6 +117,9 b' class branchcache(dict):' | |||
|
117 | 117 | except IndexError: |
|
118 | 118 | return False |
|
119 | 119 | |
|
120 | def copy(self): | |
|
121 | """return an deep copy of the branchcache object""" | |
|
122 | return branchcache(self, self.tipnode, self.tiprev, self.filteredhash) | |
|
120 | 123 | |
|
121 | 124 | def write(self, repo): |
|
122 | 125 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now