##// END OF EJS Templates
fix the cat command...
fix the cat command - improve localrepo.walk when passed a node - make the differents walk commands in commands.py accept a node - change commands.cat to walk over a revision - add a test

File last commit:

r1491:91c0e8d7 default
r1582:63799b01 default
Show More
test-hgignore.out
36 lines | 320 B | text/plain | TextLexer
--
A dir/b.o
? a.c
? a.o
? dir/c.o
? syntax
--
abort: invalid pattern: relre:*.o
--
A dir/b.o
? .hgignore
? a.c
? syntax
--
ignoring invalid syntax 'invalid'
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
--
A b.o