##// END OF EJS Templates
Windows py2exe version didn't handle names given to templatepath() correctly
Windows py2exe version didn't handle names given to templatepath() correctly

File last commit:

r1933:7544700f default
r2001:a439b7b5 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