Show More
@@ -735,7 +735,7 b' def reposetup(ui, repo):' | |||||
735 | def kwfilectx_cmp(orig, self, fctx): |
|
735 | def kwfilectx_cmp(orig, self, fctx): | |
736 | # keyword affects data size, comparing wdir and filelog size does |
|
736 | # keyword affects data size, comparing wdir and filelog size does | |
737 | # not make sense |
|
737 | # not make sense | |
738 |
if (fctx._file |
|
738 | if (fctx._filenode is None and | |
739 | (self._repo._encodefilterpats or |
|
739 | (self._repo._encodefilterpats or | |
740 | kwt.match(fctx.path()) and 'l' not in fctx.flags() or |
|
740 | kwt.match(fctx.path()) and 'l' not in fctx.flags() or | |
741 | self.size() - 4 == fctx.size()) or |
|
741 | self.size() - 4 == fctx.size()) or |
General Comments 0
You need to be logged in to leave comments.
Login now