tests/test-locale.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 07 Jul 2020 00:18:15 +0200
changeset 45240 ce9ee81df9ff
parent 44821 afcad425a0b6
permissions -rw-r--r--
commitctx: extract _filecommit too This function is exclusively used in `commitctx`. So we should extract it too for consistency and to reduce the `localrepo` bloat. This is part of a larger refactoring/cleanup of the commitctx code to clarify and augment the logic gathering metadata useful for copy tracing. The current code is a tad too long and entangled to make such update easy. Differential Revision: https://phab.mercurial-scm.org/D8710
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
44821
afcad425a0b6 pycompat: fix crash when default locale is unknown
Manuel Jacob <me@manueljacob.de>
parents:
diff changeset
     1
  $ LANG=nonexistent LC_ALL=nonexistent LANGUAGE=nonexistent hg version -q
afcad425a0b6 pycompat: fix crash when default locale is unknown
Manuel Jacob <me@manueljacob.de>
parents:
diff changeset
     2
  Mercurial Distributed SCM (version *) (glob)