# HG changeset patch # User Gregory Szorc # Date 2017-03-13 20:06:37 # Node ID ed23f929af38e3249a4c0b258939e89782b20795 # Parent fb1f70331ee663f29db0501d8dada622175becd5 tests: prove that `hg init` works with Python 3 The previous patch made `hg init` work! diff --git a/tests/test-check-py3-commands.t b/tests/test-check-py3-commands.t --- a/tests/test-check-py3-commands.t +++ b/tests/test-check-py3-commands.t @@ -74,3 +74,7 @@ Test bytes-ness of policy.policy with HG $ export HGMODULEPOLICY $ $PYTHON3 `which hg` debuginstall 2>&1 2>&1 | tail -1 no problems detected + +`hg init` can create empty repos + + $ $PYTHON3 `which hg` init emptyrepo