comparison mercurial/hbisect.py @ 27877:f6d1e92fdf8c

mac: ignore resource fork when checking file sizes Some evil evil awful tool adds resource forks to files it's comparing. Our Mac-specific code to do bulk stats was accidentally using "total size" which includes those forks in the file size, causing them to be reported as modified. This changes it to only care about the normal data size and thus agree with what Mercurial's expecting.
author Matt Mackall <mpm@selenic.com>
date Thu, 14 Jan 2016 12:37:15 -0600
parents 9b8a5c6ac176
children ee21ed7fc7a2
comparison
equal deleted inserted replaced
27876:602add6ad9e5 27877:f6d1e92fdf8c