tests/test-hup
author Brendan Cully <brendan@kublai.com>
Sun, 05 Aug 2007 10:04:00 -0700
changeset 5117 c89ed1f27e78
parent 3918 a413f5c29c46
child 7080 a6477aa893b8
permissions -rwxr-xr-x
convert: svn: add helper function for optrevs

#!/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
echo .hg/* .hg/store/*