view tests/test-hup @ 4260:29eb88bd5c8d

hg-relink: do not compare .d files
author Brendan Cully <brendan@kublai.com>
date Fri, 23 Mar 2007 14:11:31 -0700
parents a413f5c29c46
children
line wrap: on
line source

#!/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/*