view tests/test-hup @ 755:87e2b094ab86

Show filenames for hg export in verbose mode on a separate lines. This makes parsing by external tools much easier.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 22 Jul 2005 07:42:47 +0100
parents 732ca4b56b7f
children ec85f9e6f3b1 8f5637f0a0c0 0902ffece4b4
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 1
kill -HUP $P
sleep 1
ls .hg