equal
deleted
inserted
replaced
14 hg ci -Ambase |
14 hg ci -Ambase |
15 hg tag 1.0 |
15 hg tag 1.0 |
16 echo another > foo |
16 echo another > foo |
17 hg branch stable |
17 hg branch stable |
18 hg ci -Ambranch |
18 hg ci -Ambranch |
19 hg serve -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log |
19 hg serve --config server.uncompressed=False -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log |
20 cat hg.pid >> $DAEMON_PIDS |
20 cat hg.pid >> $DAEMON_PIDS |
21 |
21 |
22 echo % Logs and changes |
22 echo % Logs and changes |
23 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/log/?style=atom' | sed "s/http:\/\/[^/]*\//http:\/\/127.0.0.1\//" |
23 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/log/?style=atom' | sed "s/http:\/\/[^/]*\//http:\/\/127.0.0.1\//" |
24 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/log/1/?style=atom' | sed "s/http:\/\/[^/]*\//http:\/\/127.0.0.1\//" |
24 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/log/1/?style=atom' | sed "s/http:\/\/[^/]*\//http:\/\/127.0.0.1\//" |