test
changeset 1:c78f6c5cbea9 tip
del
author | test |
---|---|
date | Thu Jan 01 00:00:00 1970 +0000 (1970-01-01) |
parents | cb9a9f314b8b |
children | |
files | a |
setting up repo $ hg init test $ cd test $ echo a > a $ hg ci -Ama adding a $ hg rm a $ hg ci -mdel set up hgweb $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log $ cat hg.pid >> $DAEMON_PIDS revision $ "$TESTDIR/get-with-headers.py" localhost:$HGPORT '/rev/tip' 200 Script output follows