tests/test-lock-badness.t
branchstable
changeset 26028 6fbe35588433
parent 23032 f484be02bd35
child 26587 56b2bcea2529
equal deleted inserted replaced
26027:7b7e25a85f63 26028:6fbe35588433
    57   $ echo b > b/b
    57   $ echo b > b/b
    58   $ hg -R b ci -A -m b --config hooks.precommit="python:`pwd`/hooks.py:sleepone" > stdout &
    58   $ hg -R b ci -A -m b --config hooks.precommit="python:`pwd`/hooks.py:sleepone" > stdout &
    59   $ hg -R b up -q --config hooks.pre-update="python:`pwd`/hooks.py:sleephalf"
    59   $ hg -R b up -q --config hooks.pre-update="python:`pwd`/hooks.py:sleephalf"
    60   waiting for lock on working directory of b held by '*:*' (glob)
    60   waiting for lock on working directory of b held by '*:*' (glob)
    61   got lock after ? seconds (glob)
    61   got lock after ? seconds (glob)
    62   warning: ignoring unknown working parent d2ae7f538514!
       
    63   $ wait
    62   $ wait
    64   $ cat stdout
    63   $ cat stdout
    65   adding b
    64   adding b
    66 
    65 
    67 Pushing to a local read-only repo that can't be locked
    66 Pushing to a local read-only repo that can't be locked