Show More
@@ -11,7 +11,7 b' cd test' | |||||
11 | mkdir da |
|
11 | mkdir da | |
12 | echo foo > da/foo |
|
12 | echo foo > da/foo | |
13 | echo foo > foo |
|
13 | echo foo > foo | |
14 | hg ci -Ambase |
|
14 | hg ci -d'0 0' -Ambase | |
15 | hg tag 1.0 |
|
15 | hg tag 1.0 | |
16 | hg serve -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log |
|
16 | hg serve -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log | |
17 | cat hg.pid >> $DAEMON_PIDS |
|
17 | cat hg.pid >> $DAEMON_PIDS | |
@@ -33,12 +33,17 b' echo % Overviews' | |||||
33 | "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/tags/?style=atom' | sed "s/http:\/\/[^/]*\//http:\/\/127.0.0.1\//" |
|
33 | "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/tags/?style=atom' | sed "s/http:\/\/[^/]*\//http:\/\/127.0.0.1\//" | |
34 | "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/summary/?style=gitweb' | sed "s/[0-9]* years ago/long ago/" |
|
34 | "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/summary/?style=gitweb' | sed "s/[0-9]* years ago/long ago/" | |
35 |
|
35 | |||
36 | echo % Internals |
|
36 | echo % capabilities | |
37 | "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/capabilities' |
|
37 | "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/capabilities' | |
|
38 | echo % heads | |||
38 | "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/heads' |
|
39 | "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/heads' | |
|
40 | echo % lookup | |||
39 | "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/lookup/1' |
|
41 | "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/lookup/1' | |
|
42 | echo % branches | |||
40 | "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/branches' |
|
43 | "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/branches' | |
|
44 | echo % changegroup | |||
41 | "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/changegroup' |
|
45 | "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/changegroup' | |
|
46 | echo % stream_out | |||
42 | "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/stream_out' |
|
47 | "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/stream_out' | |
43 |
|
48 | |||
44 | echo % Static files |
|
49 | echo % Static files |
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
General Comments 0
You need to be logged in to leave comments.
Login now