sapling/eden/scm/lib/configparser
Durham Goode b2ece412fd configs: handle timestamp anomalies in dynamicconfigs
Summary:
Dynamicconfigs compares the timestamp of config files with the current
timestamp to determine when to regenerate. If the timestamp of the config file
is newer than the current timestamp, Rust throws an exception. Let's handle that
case and treat it as if the file was just created instead of crashing.

Reviewed By: quark-zju

Differential Revision: D23230216

fbshipit-source-id: ca185de7dfca46953e04ec08c84668eda6d749bd
2020-08-21 13:00:45 -07:00
..
benches Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
src configs: handle timestamp anomalies in dynamicconfigs 2020-08-21 13:00:45 -07:00
Cargo.toml configs: move Rust dynamicconfig generation into configparser::hg 2020-08-16 16:55:59 -07:00
CMakeLists.txt Merge fb-mercurial sources into the eden repository 2019-11-13 20:20:32 -08:00
ConfigParser.cpp Merge fb-mercurial sources into the eden repository 2019-11-13 20:20:32 -08:00
ConfigParser.h Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00