##// END OF EJS Templates
Minor typo change to reflect actual values used.
Minor typo change to reflect actual values used.

File last commit:

r1933:7544700f default
r2338:391c5d0f default
Show More
test-basic
12 lines | 127 B | text/plain | TextLexer
Thomas Arendsen Hein
Remove bashisms and use /bin/sh instead of /bin/bash....
r544 #!/bin/sh
mpm@selenic.com
Add a simple testing framework...
r331
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 a simple testing framework...
r331 hg history
hg manifest
hg cat a
Thomas Arendsen Hein
Remove bashisms and use /bin/sh instead of /bin/bash....
r544 hg verify