tests/test-bookmarks.t
changeset 17821 361ab1e2086f
parent 17816 19388ba75a06
child 17850 71c1513fd560
equal deleted inserted replaced
17820:c547e1acc37c 17821:361ab1e2086f
   300   [255]
   300   [255]
   301 
   301 
   302 invalid bookmark
   302 invalid bookmark
   303 
   303 
   304   $ hg bookmark 'foo:bar'
   304   $ hg bookmark 'foo:bar'
   305   abort: bookmark 'foo:bar' contains illegal character
   305   abort: ':' cannot be used in a bookmark name
       
   306   [255]
       
   307 
       
   308   $ hg bookmark 'foo
       
   309   > bar'
       
   310   abort: '\n' cannot be used in a bookmark name
   306   [255]
   311   [255]
   307 
   312 
   308 the bookmark extension should be ignored now that it is part of core
   313 the bookmark extension should be ignored now that it is part of core
   309 
   314 
   310   $ echo "[extensions]" >> $HGRCPATH
   315   $ echo "[extensions]" >> $HGRCPATH