view tests/test-hgignore.out @ 1612:0d36e3d7e2ea

Adjusted test output to match new hgignore error messages.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 07 Jan 2006 16:34:20 +0100
parents 91c0e8d7ddcf
children 4e521a3ee5eb
line wrap: on
line source

--
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