Show More
@@ -89,7 +89,7 b' class manifest(revlog):' | |||||
89 | if self.listcache and len(self.listcache[0]) == len(a): |
|
89 | if self.listcache and len(self.listcache[0]) == len(a): | |
90 | return mdiff.diff(self.listcache[1], self.addlist, 1) |
|
90 | return mdiff.diff(self.listcache[1], self.addlist, 1) | |
91 | else: |
|
91 | else: | |
92 | return mdiff.diff(a, b) |
|
92 | return mdiff.textdiff(a, b) | |
93 |
|
93 | |||
94 | def add(self, map, transaction, link, p1=None, p2=None): |
|
94 | def add(self, map, transaction, link, p1=None, p2=None): | |
95 | files = map.keys() |
|
95 | files = map.keys() |
General Comments 0
You need to be logged in to leave comments.
Login now