tests/test-hup
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 12 Jan 2006 21:02:38 +0100
changeset 1620 6c61646fee5e
parent 814 0902ffece4b4
child 2088 f16435b45780
permissions -rwxr-xr-x
Adjusted all but one test output for the new behaviour of localrepo.changes()

#!/bin/sh

hg init
mkfifo p

hg serve --stdio < p &
P=$!
(echo lock; echo addchangegroup; sleep 5) > p &
Q=$!
sleep 1
kill -HUP $P
sleep 1
ls .hg