##// 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
#!/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