##// END OF EJS Templates
run-tests.py must print changed test output no matter what exit code is.
run-tests.py must print changed test output no matter what exit code is.

File last commit:

r1933:7544700f default
r2213:6f76a479 default
Show More
test-undo
15 lines | 157 B | text/plain | TextLexer
Thomas Arendsen Hein
Remove bashisms and use /bin/sh instead of /bin/bash....
r544 #!/bin/sh
mpm@selenic.com
Add some more tests...
r336
mkdir t
cd t
hg init
echo a > a
hg add a
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 hg commit -m "test" -d "1000000 0"
mpm@selenic.com
Add some more tests...
r336 hg verify
hg parents
hg status
hg undo
hg verify
hg parents
hg status