dirstate: simplify the ambiguity clearing at write time...
dirstate: simplify the ambiguity clearing at write time
The serialization function is already doing this, so we don't need to do it
manually. We just need to propagate the right definition of "now".
Differential Revision:
https://phab.mercurial-scm.org/D11501