##// END OF EJS Templates
filectx: typo in comment
Christian Ebert -
r15872:a3e2b9a1 stable
parent child Browse files
Show More
@@ -371,7 +371,7 class filectx(object):
371 371 if (fctx._filerev is None
372 372 and (self._repo._encodefilterpats
373 373 # if file data starts with '\1\n', empty metadata block is
374 # prepended, which adds 4 bytes to fielog.size().
374 # prepended, which adds 4 bytes to filelog.size().
375 375 or self.size() - 4 == fctx.size())
376 376 or self.size() == fctx.size()):
377 377 return self._filelog.cmp(self._filenode, fctx.data())
General Comments 0
You need to be logged in to leave comments. Login now