##// END OF EJS Templates

File last commit:

r814:0902ffec merge default
r1580:4737b36e merge default
Show More
test-undo
15 lines | 151 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
mpm@selenic.com
Update tests to use commit -m and default -u...
r749 hg commit -m "test" -d "0 0"
mpm@selenic.com
Add some more tests...
r336 hg verify
hg parents
hg status
hg undo
hg verify
hg parents
hg status