tests/test-hup.t
branchstable
changeset 16344 fb765286f2f9
parent 16342 7e24d34837a9
child 16364 f64b25f147d7
equal deleted inserted replaced
16342:7e24d34837a9 16344:fb765286f2f9
    13   > echo addchangegroup
    13   > echo addchangegroup
    14   > while [ ! -s .hg/store/journal ]; do true; done
    14   > while [ ! -s .hg/store/journal ]; do true; done
    15   > kill -HUP $P
    15   > kill -HUP $P
    16   > ) > p
    16   > ) > p
    17 
    17 
    18   $ while kill -0 $P 2>/dev/null; do true; done
    18   $ wait
    19   $ cat out
    19   $ cat out
    20   0
    20   0
    21   0
    21   0
    22   adding changesets
    22   adding changesets
    23   transaction abort!
    23   transaction abort!