diff tests/test-bookmarks.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 361ab1e2086f
children 04755508f8ed
line wrap: on
line diff
--- a/tests/test-bookmarks.t	Mon Oct 22 17:23:31 2012 -0500
+++ b/tests/test-bookmarks.t	Sun Oct 21 11:20:33 2012 -0200
@@ -302,12 +302,12 @@
 invalid bookmark
 
   $ hg bookmark 'foo:bar'
-  abort: ':' cannot be used in a bookmark name
+  abort: ':' cannot be used in a name
   [255]
 
   $ hg bookmark 'foo
   > bar'
-  abort: '\n' cannot be used in a bookmark name
+  abort: '\n' cannot be used in a name
   [255]
 
 the bookmark extension should be ignored now that it is part of core