##// 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-addremove
12 lines | 197 B | text/plain | TextLexer
#!/bin/sh
hg init rep
cd rep
mkdir dir
touch foo dir/bar
hg -v addremove
hg -v commit -m "add 1" -d "1000000 0"
cd dir/
touch ../foo_2 bar_2
hg -v addremove
hg -v commit -m "add 2" -d "1000000 0"