tests/test-hup
author Giorgos Keramidas <keramida@ceid.upatras.gr>
Sun, 13 Aug 2006 23:00:18 +0300
changeset 2878 66eff8355168
parent 2529 9419855309cd
child 3853 c0b449154a90
permissions -rwxr-xr-x
tests: new test for hg diff of a subdirectory only

#!/bin/sh

hg init
mkfifo p

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