Mercurial > hg-stable
changeset 31410:ed23f929af38
tests: prove that `hg init` works with Python 3
The previous patch made `hg init` work!
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Mon, 13 Mar 2017 13:06:37 -0700 |
parents | fb1f70331ee6 |
children | ea0395eec67b |
files | tests/test-check-py3-commands.t |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-check-py3-commands.t Mon Mar 13 12:16:47 2017 -0700 +++ b/tests/test-check-py3-commands.t Mon Mar 13 13:06:37 2017 -0700 @@ -74,3 +74,7 @@ $ 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