tests/test-bookmarks.t
branchstable
changeset 17850 71c1513fd560
parent 17821 361ab1e2086f
child 17868 04755508f8ed
--- 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