##// END OF EJS Templates
convert/bzr: make it work with filemaps (issue1631)...
convert/bzr: make it work with filemaps (issue1631) The bzr converter maintains a child -> parents mapping and drop entries whenever a child is read. It does not work with filemaps, getchangedfiles() may be called more than once when filtered files belong to merge revisions. getchanges() still works that way but it is not clear whether a similar issue can arise when interacting with merges.

File last commit:

r6479:31abcae3 default
r8165:78658990 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