# HG changeset patch # User Thomas Arendsen Hein # Date 1257633481 -3600 # Node ID 79e749b26b2b6a14d0f8fbf55e895ba4dafbf540 # Parent 75520c24fedaa28fa4aab8843cf073971386e7cb 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. diff -r 75520c24feda -r 79e749b26b2b 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