tests/test-hgignore.out
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 09 May 2006 17:21:53 +0200
changeset 2234 9ea93ff67a73
parent 1612 0d36e3d7e2ea
child 4443 4e521a3ee5eb
permissions -rw-r--r--
New make target "dist-notests" to create tarballs without running tests first.

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