comparison tests/test-hup @ 3853:c0b449154a90

switch to the .hg/store layout, fix the tests
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 01 Dec 2006 13:34:09 +0100
parents 9419855309cd
children a413f5c29c46
comparison
equal deleted inserted replaced
3852:8a9a1a7e1698 3853:c0b449154a90
8 (echo lock; echo addchangegroup; sleep 5) > p & 8 (echo lock; echo addchangegroup; sleep 5) > p &
9 Q=$! 9 Q=$!
10 sleep 3 10 sleep 3
11 kill -HUP $P 11 kill -HUP $P
12 wait 12 wait
13 ls .hg 13 ls -R .hg
14 14
15 15
16 16