##// END OF EJS Templates
add a fix for issue 1175...
add a fix for issue 1175 If we copy a file followed by an update, it's possible for the parent manifest to no longer contain the source file of the copy, which could cause commit to fail. If this happens, we search backwares from the first parent to find the most likely original revision.

File last commit:

r6479:31abcae3 default
r6875:0d714a48 default
Show More
test-hgignore.out
59 lines | 540 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
Patrick Mezard
dirstate: do not ignore current directory '.' (issue 1078)
r6479 ? a.c
? a.o
? dir/c.o
? syntax
--
A dir/b.o
Thomas Arendsen Hein
Fix re: and glob: patterns in .hgignore (reported by Brad Schick)...
r5029 ? .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