diff tests/test-tag.t @ 17850:71c1513fd560 stable

scmutil: generalize message to make it more i18n-friendly
author Wagner Bruna <wbruna@yahoo.com>
date Sun, 21 Oct 2012 11:20:33 -0200
parents 813db1dccc05
children ef7068173a22
line wrap: on
line diff
--- a/tests/test-tag.t	Mon Oct 22 17:23:31 2012 -0500
+++ b/tests/test-tag.t	Sun Oct 21 11:20:33 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