##// END OF EJS Templates
Merge backout
Merge backout

File last commit:

r5029:ac97e065 default
r6474:6ed37142 merge default
Show More
test-hgignore.out
53 lines | 496 B | text/plain | TextLexer
/ tests / test-hgignore.out
Patrick Mezard
Test issue 562: .hgignore requires newline at end
r4439 % should display baz only
? baz
Benoit Boissinot
add a test for hgignore
r1478 --
A dir/b.o
? a.c
? a.o
? dir/c.o
? syntax
--
Thomas Arendsen Hein
Adjusted test output to match new hgignore error messages.
r1612 abort: .hgignore: invalid pattern (relre): *.o
Benoit Boissinot
add a test for hgignore
r1478 --
A dir/b.o
? .hgignore
? a.c
? syntax
--
Thomas Arendsen Hein
Fix re: and glob: patterns in .hgignore (reported by Brad Schick)...
r5029 A dir/b.o
? .hgignore
? a.c
? syntax
--
A dir/b.o
? .hgignore
? a.c
? syntax
--
A dir/b.o
? .hgignore
? a.c
? syntax
--
Thomas Arendsen Hein
Adjusted test output to match new hgignore error messages.
r1612 .hgignore: ignoring invalid syntax 'invalid'
Benoit Boissinot
add a test for hgignore
r1478 A dir/b.o
? .hgignore
? a.c
? a.o
? dir/c.o
? syntax
--
A dir/b.o
? .hgignore
? a.c
? syntax
--
A dir/b.o
? .hgignore
? a.c
? a.o
? dir/c.o
--
A dir/b.o
Benoit Boissinot
fix a bug in dirstate.changes when cwd != repo.root...
r1491 --
A b.o