##// END OF EJS Templates
test-serve: wait before killing to always hide the "killed!" message....
test-serve: wait before killing to always hide the "killed!" message. Without the sleeps slower systems never display never display "killed!" while faster systems sometimes or nearly always display it.

File last commit:

r4659:7a7d4937 default
r6000:8e7d6498 default
Show More
test-issue433
10 lines | 135 B | text/plain | TextLexer
Benoit Boissinot
add test for issue433
r3719 #!/bin/sh
# http://www.selenic.com/mercurial/bts/issue433
hg init a
Thomas Arendsen Hein
Kill trailing spaces
r4659 cd a
echo a > a
hg commit -Ama
Benoit Boissinot
add test for issue433
r3719
hg parents -r 0 doesnotexist
true