comparison tests/test-bad-pull @ 705:574869103985

Merge with TAH manifest hash: 197e0d1a0d7376a9eb72381330462f06490ab821
author mpm@selenic.com
date Thu, 14 Jul 2005 22:56:55 -0800
parents 4fc63e22b1fe 085a8145e151
children ec85f9e6f3b1 8f5637f0a0c0 0902ffece4b4
comparison
equal deleted inserted replaced
694:51eb248d3348 705:574869103985
15 15
16 signal.signal(signal.SIGTERM, lambda x: sys.exit(0)) 16 signal.signal(signal.SIGTERM, lambda x: sys.exit(0))
17 run() 17 run()
18 EOF 18 EOF
19 19
20 set +x # backgrounding sometimes disturbs the order of command tracing
20 python dumb.py 2>/dev/null & 21 python dumb.py 2>/dev/null &
21 sleep 2 22 set -x
22 23
23 hg clone http://localhost:20059/foo copy2 24 hg clone http://localhost:20059/foo copy2
24 echo $? 25 echo $?
25 26
26 set +x 27 set +x