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