It's unclear to me how these bserobj_tuple objects are used, other
than as stat objects. This should fix fsmonitor in the wake of
ffa3026d4196 and similar changes. I regret the hack here, but the code
already has plenty of hg-specific hacks. :(
It feels like we should be able to use int(result.st_mtime) globally,
but that doesn't work. See issue4836 for a bug that was hard to track
down relating to rounding behavior causing very subtle dirstate
problems.
Is there an off by 2 with 7? Shouldn't it be 9 (since accesses up to [7] - an object with 8 elements) should be allowed?