##// END OF EJS Templates
test: minor cleanup to test-server-view.t...
marmoute -
r42275:bcf59ddc default
parent child Browse files
Show More
@@ -1,38 +1,38 b''
1 1 $ hg init test
2 2 $ cd test
3 3 $ hg debugbuilddag '+2'
4 4 $ hg phase --public 0
5 5
6 6 $ hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
7 7 $ cat hg.pid >> $DAEMON_PIDS
8 8 $ cd ..
9 9 $ hg init test2
10 10 $ cd test2
11 11 $ hg incoming http://foo:xyzzy@localhost:$HGPORT/
12 12 comparing with http://foo:***@localhost:$HGPORT/
13 13 changeset: 0:1ea73414a91b
14 14 user: debugbuilddag
15 15 date: Thu Jan 01 00:00:00 1970 +0000
16 16 summary: r0
17 17
18 18 changeset: 1:66f7d451a68b
19 19 tag: tip
20 20 user: debugbuilddag
21 21 date: Thu Jan 01 00:00:01 1970 +0000
22 22 summary: r1
23 23
24 24 $ killdaemons.py
25 25
26 $ cd ../test
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
34 33 user: debugbuilddag
35 34 date: Thu Jan 01 00:00:00 1970 +0000
36 35 summary: r0
37 36
37 $ cat errors.log
38 38 $ killdaemons.py
General Comments 0
You need to be logged in to leave comments. Login now