##// END OF EJS Templates
tests: prove that `hg init` works with Python 3...
Gregory Szorc -
r31401:ed23f929 default
parent child Browse files
Show More
@@ -74,3 +74,7 Test bytes-ness of policy.policy with HG
74 $ export HGMODULEPOLICY
74 $ export HGMODULEPOLICY
75 $ $PYTHON3 `which hg` debuginstall 2>&1 2>&1 | tail -1
75 $ $PYTHON3 `which hg` debuginstall 2>&1 2>&1 | tail -1
76 no problems detected
76 no problems detected
77
78 `hg init` can create empty repos
79
80 $ $PYTHON3 `which hg` init emptyrepo
General Comments 0
You need to be logged in to leave comments. Login now