diff tests/test-bookmarks @ 11704:18c47562d331 stable

bookmarks: don't allow name to contain whitespaces only
author Idan Kamara <idankk86@gmail.com>
date Sat, 24 Jul 2010 11:20:21 +0300
parents e581f3acc338
children
line wrap: on
line diff
--- a/tests/test-bookmarks	Thu Jul 22 21:43:45 2010 +0200
+++ b/tests/test-bookmarks	Sat Jul 24 11:20:21 2010 +0300
@@ -100,4 +100,7 @@
 echo % revision but no bookmark name
 hg bookmark -r .
 
+echo % bookmark name with whitespace only
+hg bookmark ' '
+
 true