dirstate-v2: actually use sub-second mtime precision...
dirstate-v2: actually use sub-second mtime precision
Instead of zero, set the nanoseconds field to its correct value whenever
possible and preserve it across serialization+parsing.
Differential Revision:
https://phab.mercurial-scm.org/D11702