tests/test-bookmarks.t
changeset 17814 f88ca484c3e9
parent 17790 0291e122fb05
child 17816 19388ba75a06
equal deleted inserted replaced
17813:813db1dccc05 17814:f88ca484c3e9
   212 
   212 
   213 reject bookmark name with newline
   213 reject bookmark name with newline
   214 
   214 
   215   $ hg bookmark '
   215   $ hg bookmark '
   216   > '
   216   > '
   217   abort: bookmark name cannot contain newlines
   217   abort: bookmark names cannot consist entirely of whitespace
   218   [255]
   218   [255]
   219 
   219 
   220   $ hg bookmark -m Z '
   220   $ hg bookmark -m Z '
   221   > '
   221   > '
   222   abort: bookmark name cannot contain newlines
   222   abort: bookmark names cannot consist entirely of whitespace
   223   [255]
   223   [255]
   224 
   224 
   225 bookmark with existing name
   225 bookmark with existing name
   226 
   226 
   227   $ hg bookmark Z
   227   $ hg bookmark Z