##// END OF EJS Templates
tests: more portability fix for the old systems
tests: more portability fix for the old systems

File last commit:

r1933:7544700f default
r1962:2a676ad5 default
Show More
test-undo
15 lines | 157 B | text/plain | TextLexer
#!/bin/sh
mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m "test" -d "1000000 0"
hg verify
hg parents
hg status
hg undo
hg verify
hg parents
hg status