tests/test-log-bookmark.t
branchstable
changeset 48796 c00d3ce4e94b
parent 48368 8c4881c07f57
equal deleted inserted replaced
48776:b84ff512b645 48796:c00d3ce4e94b
   187 
   187 
   188 Unknown bookmark:
   188 Unknown bookmark:
   189 
   189 
   190   $ hg log -B unknown
   190   $ hg log -B unknown
   191   abort: bookmark 'unknown' does not exist
   191   abort: bookmark 'unknown' does not exist
   192   [255]
   192   [10]
   193 
   193 
   194 Shouldn't accept string-matcher syntax:
   194 Shouldn't accept string-matcher syntax:
   195 
   195 
   196   $ hg log -B 're:.*'
   196   $ hg log -B 're:.*'
   197   abort: bookmark 're:.*' does not exist
   197   abort: bookmark 're:.*' does not exist
   198   [255]
   198   [10]