##// END OF EJS Templates
i18n-da: merge with stable
i18n-da: merge with stable

File last commit:

r7080:a6477aa8 default
r11159:8c8a713f merge default
Show More
test-hup
15 lines | 194 B | text/plain | TextLexer
#!/bin/sh
"$TESTDIR/hghave" fifo || exit 80
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/*