Show More
@@ -13,7 +13,7 echo foo > a/foo | |||
|
13 | 13 | hg -R a ci -Am foo |
|
14 | 14 | |
|
15 | 15 | hgserve -R a --config web.push_ssl=False --config web.allow_push=* --encoding latin1 |
|
16 | hg clone http://localhost:$HGPORT1 b | |
|
16 | hg --encoding utf-8 clone http://localhost:$HGPORT1 b | |
|
17 | 17 | hg --encoding utf-8 -R b log |
|
18 | 18 | echo bar >> b/foo |
|
19 | 19 | hg -R b ci -m bar |
General Comments 0
You need to be logged in to leave comments.
Login now