Skip to content
Snippets Groups Projects
Commit 269ff897 authored by Simon Sapin's avatar Simon Sapin
Browse files

dirstate: store mtimes with nanosecond precision in memory

Keep integer seconds since the Unix epoch,
together with integer nanoseconds in the `0 <= n < 1e9` range.

For now, nanoseconds are still always zero.
This commit is about data structure changes.

Differential Revision: https://phab.mercurial-scm.org/D11684
parent 84f6b0c4
No related branches found
No related tags found
No related merge requests found
Showing
with 272 additions and 146 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment