Show More
@@ -23,11 +23,10 b'' | |||
|
23 | 23 | |
|
24 | 24 | $ killdaemons.py |
|
25 | 25 | |
|
26 |
$ cd .. |
|
|
27 | $ hg --config server.view=immutable serve -p $HGPORT -d --pid-file=hg.pid -E errors.log | |
|
26 | $ cd .. | |
|
27 | $ hg -R test --config server.view=immutable serve -p $HGPORT -d --pid-file=hg.pid -E errors.log | |
|
28 | 28 | $ cat hg.pid >> $DAEMON_PIDS |
|
29 | $ cd ../test2 | |
|
30 | $ hg incoming http://foo:xyzzy@localhost:$HGPORT/ | |
|
29 | $ hg -R test2 incoming http://foo:xyzzy@localhost:$HGPORT/ | |
|
31 | 30 | comparing with http://foo:***@localhost:$HGPORT/ |
|
32 | 31 | changeset: 0:1ea73414a91b |
|
33 | 32 | tag: tip |
@@ -35,4 +34,5 b'' | |||
|
35 | 34 | date: Thu Jan 01 00:00:00 1970 +0000 |
|
36 | 35 | summary: r0 |
|
37 | 36 | |
|
37 | $ cat errors.log | |
|
38 | 38 |
$ |
General Comments 0
You need to be logged in to leave comments.
Login now