Mercurial > hg
changeset 9789:79e749b26b2b
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.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Sat, 07 Nov 2009 23:38:01 +0100 |
parents | 75520c24feda |
children | 819e6c7085fc 8eacee85d019 |
files | tests/test-branchmap |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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