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.
--- 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