tests/test-hgignore.out
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 26 Jun 2007 22:38:57 +0200
changeset 4730 eadfaa9ec487
parent 4443 4e521a3ee5eb
child 5029 ac97e065cfc7
permissions -rw-r--r--
Updated command tables in commands.py and hgext extensions. - Marked for translation where extensions already had _() - Corrected indentation - fixed a few synopsises

% should display baz only
? baz
--
A dir/b.o
? a.c
? a.o
? dir/c.o
? syntax
--
abort: .hgignore: invalid pattern (relre): *.o
--
A dir/b.o
? .hgignore
? a.c
? syntax
--
.hgignore: 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