##// END OF EJS Templates
manifest: update comment to be about bytearray...
Martin von Zweigbergk -
r31787:6bfea18d default
parent child Browse files
Show More
@@ -591,7 +591,7 b' class manifestdict(object):'
591 591 return self._lm.text()
592 592
593 593 def fastdelta(self, base, changes):
594 """Given a base manifest text as an array.array and a list of changes
594 """Given a base manifest text as a bytearray and a list of changes
595 595 relative to that text, compute a delta that can be used by revlog.
596 596 """
597 597 delta = []
General Comments 0
You need to be logged in to leave comments. Login now