diff -r 3e2e179ef031 -r f94d7e3e46a0 tests/test-commit.t --- a/tests/test-commit.t Fri May 19 12:18:25 2017 +0200 +++ b/tests/test-commit.t Mon May 22 16:59:57 2017 +0200 @@ -120,7 +120,7 @@ An empty date was interpreted as epoch origin $ echo foo >> foo - $ hg commit -d '' -m commit-no-date + $ hg commit -d '' -m commit-no-date --config devel.default-date= $ hg tip --template '{date|isodate}\n' | grep '1970' [1]