tests/test-bookmarks.t
changeset 13425 0fe36c347c00
parent 13416 5431b3f3e52e
child 13448 97b69883e929
equal deleted inserted replaced
13424:08f9c587141f 13425:0fe36c347c00
   210 bookmark name with whitespace only
   210 bookmark name with whitespace only
   211 
   211 
   212   $ hg bookmark ' '
   212   $ hg bookmark ' '
   213   abort: bookmark names cannot consist entirely of whitespace
   213   abort: bookmark names cannot consist entirely of whitespace
   214   [255]
   214   [255]
       
   215 
       
   216 invalid bookmark
       
   217 
       
   218   $ hg bookmark 'foo:bar'
       
   219   abort: bookmark 'foo:bar' contains illegal character
       
   220   [255]
       
   221