view tests/test-hup @ 2961:5bb65c3945a3

localrepo.status: detect clean files even when the mtime has changed
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Sun, 20 Aug 2006 00:44:54 -0300
parents 9419855309cd
children c0b449154a90
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
ls .hg