##// END OF EJS Templates
tests: test-lock-badness.t message could come later...
timeless -
r29008:38292b22 stable
parent child Browse files
Show More
@@ -56,10 +56,12 b' One process waiting for another'
56 56 > EOF
57 57 $ echo b > b/b
58 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 > > preup 2>&1
61 $ wait
62 $ cat preup
60 63 waiting for lock on working directory of b held by '*:*' (glob)
61 got lock after ? seconds (glob)
62 $ wait
64 got lock after * seconds (glob)
63 65 $ cat stdout
64 66 adding b
65 67
General Comments 0
You need to be logged in to leave comments. Login now