##// END OF EJS Templates
rust: Add a Timestamp struct instead of abusing Duration...
rust: Add a Timestamp struct instead of abusing Duration `SystemTime` would be the standard library type semantically appropriate instead of `Duration`. But since the value is coming from Python as a plain integer and used in dirstate packing code as an integer, let’s make a type that contains a single integer instead of using one with sub-second precision. Differential Revision: https://phab.mercurial-scm.org/D10485
Simon Sapin -
r47871:5d62243c default
Show More
Name Size Modified Last Commit Author
/ rust / hg-core / src / operations
cat.rs Loading ...
debugdata.rs Loading ...
dirstate_status.rs Loading ...
list_tracked_files.rs Loading ...
mod.rs Loading ...