Mercurial > hg
comparison mercurial/match.py @ 11538:16fe98804fd8 stable
workingfilectx.cmp: invert boolean return value
Apparently we mostly used filectx.cmp(workingfilectx.read()), so no error
was ever triggered, but since all cmp() methods return True when content
are different, that == should in fact be !=
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Fri, 09 Jul 2010 11:59:48 +0900 |
parents | 08a0f04b56bd |
children | b046b90c4ae5 |
comparison
equal
deleted
inserted
replaced
11537:0a044e5ff489 | 11538:16fe98804fd8 |
---|