##// END OF EJS Templates
keyword: handle filectx _customcmp...
Christian Ebert -
r30326:eac5c173 default
parent child Browse files
Show More
@@ -737,6 +737,8 b' def reposetup(ui, repo):'
737 return ret
737 return ret
738
738
739 def kwfilectx_cmp(orig, self, fctx):
739 def kwfilectx_cmp(orig, self, fctx):
740 if fctx._customcmp:
741 return fctx.cmp(self)
740 # keyword affects data size, comparing wdir and filelog size does
742 # keyword affects data size, comparing wdir and filelog size does
741 # not make sense
743 # not make sense
742 if (fctx._filenode is None and
744 if (fctx._filenode is None and
General Comments 0
You need to be logged in to leave comments. Login now