Use utf-8 encoding in test-branchmap's clone call
authorThomas Arendsen Hein <thomas@intevation.de>
Sat, 07 Nov 2009 23:38:01 +0100
changeset 9789 79e749b26b2b
parent 9788 75520c24feda
child 9790 819e6c7085fc
child 9795 8eacee85d019
Use utf-8 encoding in test-branchmap's clone call After 75520c24feda it is printed in local encoding, i.e. "C" if not set otherwise.
tests/test-branchmap
--- a/tests/test-branchmap	Sat Nov 07 23:35:46 2009 +0100
+++ b/tests/test-branchmap	Sat Nov 07 23:38:01 2009 +0100
@@ -13,7 +13,7 @@
 hg -R a ci -Am foo
 
 hgserve -R a --config web.push_ssl=False --config web.allow_push=* --encoding latin1
-hg clone http://localhost:$HGPORT1 b
+hg --encoding utf-8 clone http://localhost:$HGPORT1 b
 hg --encoding utf-8 -R b log
 echo bar >> b/foo
 hg -R b ci -m bar