##// END OF EJS Templates
filectx: replace use of _filerev with _filenode...
Durham Goode -
r28116:ba8257cb default
parent child Browse files
Show More
@@ -789,7 +789,7 b' class basefilectx(object):'
789 if fctx._customcmp:
789 if fctx._customcmp:
790 return fctx.cmp(self)
790 return fctx.cmp(self)
791
791
792 if (fctx._filerev is None
792 if (fctx._filenode is None
793 and (self._repo._encodefilterpats
793 and (self._repo._encodefilterpats
794 # if file data starts with '\1\n', empty metadata block is
794 # if file data starts with '\1\n', empty metadata block is
795 # prepended, which adds 4 bytes to filelog.size().
795 # prepended, which adds 4 bytes to filelog.size().
General Comments 0
You need to be logged in to leave comments. Login now