Mercurial > hg
diff hgwebdir.cgi @ 6871:13fe85fe396b
mdiff: compare content of binary files directly
A plain Python string comparison stops when the first mismatch is
found, whereas the call to md5 would need to compute the hash over the
entire string and only then do the comparison.
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Sat, 09 Aug 2008 02:10:22 +0200 |
parents | 50a277e6ceae |
children | 79d1bb737c16 |