diff tests/test-tag.t @ 17856:917a37b76845

merge with stable
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 23 Oct 2012 09:28:42 +0200
parents 71c1513fd560
children ef7068173a22
line wrap: on
line diff
--- a/tests/test-tag.t	Mon Oct 22 21:56:13 2012 -0700
+++ b/tests/test-tag.t	Tue Oct 23 09:28:42 2012 +0200
@@ -116,10 +116,10 @@
 
   $ hg tag -l 'xx
   > newline'
-  abort: '\n' cannot be used in a tag name
+  abort: '\n' cannot be used in a name
   [255]
   $ hg tag -l 'xx:xx'
-  abort: ':' cannot be used in a tag name
+  abort: ':' cannot be used in a name
   [255]
 
 cloning local tags