##// END OF EJS Templates
On error parsing hgignore file, print the correct filename.
On error parsing hgignore file, print the correct filename.

File last commit:

r1933:7544700f default
r2005:bc47af2d 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