##// END OF EJS Templates
revlog: fix inlined revision transaction extra data (issue 749)
Patrick Mezard -
r5324:8409a2e3 default
parent child Browse files
Show More
@@ -1037,7 +1037,7 b' class revlog(object):'
1037 1037 ifh.write(entry)
1038 1038 else:
1039 1039 offset += curr * self._io.size
1040 transaction.add(self.indexfile, offset, prev)
1040 transaction.add(self.indexfile, offset, curr)
1041 1041 ifh.write(entry)
1042 1042 ifh.write(data[0])
1043 1043 ifh.write(data[1])
General Comments 0
You need to be logged in to leave comments. Login now