diff tests/test-tag.out @ 1561:9c6d0abdb94e

disallow '\n' and '\r' in tag names add a test for disallowed characters in tag names
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Tue, 29 Nov 2005 22:29:14 +0100
parents 5c0bd13bd771
children 41366b7d6709
line wrap: on
line diff
--- a/tests/test-tag.out
+++ b/tests/test-tag.out
@@ -18,3 +18,5 @@ summary:     test
 
 abort: working copy of .hgtags is changed (please commit .hgtags manually)
 failed
+abort: '\n' cannot be used in a tag name
+abort: ':' cannot be used in a tag name