tests/test-locale.t
author Simon Sapin <simon.sapin@octobus.net>
Mon, 12 Apr 2021 14:43:45 +0200
changeset 47101 5d62243c7732
parent 44977 afcad425a0b6
permissions -rw-r--r--
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

  $ LANG=nonexistent LC_ALL=nonexistent LANGUAGE=nonexistent hg version -q
  Mercurial Distributed SCM (version *) (glob)