##// 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 $ hg init test
1 $ hg init test
2 $ cd test
2 $ cd test
3 $ hg debugbuilddag '+2'
3 $ hg debugbuilddag '+2'
4 $ hg phase --public 0
4 $ hg phase --public 0
5
5
6 $ hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
6 $ hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
7 $ cat hg.pid >> $DAEMON_PIDS
7 $ cat hg.pid >> $DAEMON_PIDS
8 $ cd ..
8 $ cd ..
9 $ hg init test2
9 $ hg init test2
10 $ cd test2
10 $ cd test2
11 $ hg incoming http://foo:xyzzy@localhost:$HGPORT/
11 $ hg incoming http://foo:xyzzy@localhost:$HGPORT/
12 comparing with http://foo:***@localhost:$HGPORT/
12 comparing with http://foo:***@localhost:$HGPORT/
13 changeset: 0:1ea73414a91b
13 changeset: 0:1ea73414a91b
14 user: debugbuilddag
14 user: debugbuilddag
15 date: Thu Jan 01 00:00:00 1970 +0000
15 date: Thu Jan 01 00:00:00 1970 +0000
16 summary: r0
16 summary: r0
17
17
18 changeset: 1:66f7d451a68b
18 changeset: 1:66f7d451a68b
19 tag: tip
19 tag: tip
20 user: debugbuilddag
20 user: debugbuilddag
21 date: Thu Jan 01 00:00:01 1970 +0000
21 date: Thu Jan 01 00:00:01 1970 +0000
22 summary: r1
22 summary: r1
23
23
24 $ killdaemons.py
24 $ killdaemons.py
25
25
26 $ cd ../test
26 $ cd ..
27 $ hg --config server.view=immutable serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
27 $ hg -R test --config server.view=immutable serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
28 $ cat hg.pid >> $DAEMON_PIDS
28 $ cat hg.pid >> $DAEMON_PIDS
29 $ cd ../test2
29 $ hg -R test2 incoming http://foo:xyzzy@localhost:$HGPORT/
30 $ hg incoming http://foo:xyzzy@localhost:$HGPORT/
31 comparing with http://foo:***@localhost:$HGPORT/
30 comparing with http://foo:***@localhost:$HGPORT/
32 changeset: 0:1ea73414a91b
31 changeset: 0:1ea73414a91b
33 tag: tip
32 tag: tip
34 user: debugbuilddag
33 user: debugbuilddag
35 date: Thu Jan 01 00:00:00 1970 +0000
34 date: Thu Jan 01 00:00:00 1970 +0000
36 summary: r0
35 summary: r0
37
36
37 $ cat errors.log
38 $ killdaemons.py
38 $ killdaemons.py
General Comments 0
You need to be logged in to leave comments. Login now