Mercurial > hg > mercurial-crew
comparison contrib/hg-test-mode.el @ 28532: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 | 7fce964be27d |
children |
comparison
equal
deleted
inserted
replaced
28531:602add6ad9e5 | 28532:f6d1e92fdf8c |
---|