comparison tests/test-revset.t @ 13925:c315ffc13a25

tests: add tests for non-existant branch/tag/bookmark
author Idan Kamara <idankk86@gmail.com>
date Sun, 10 Apr 2011 11:30:53 +0300
parents e798e430c5e5
children 34f577007ffe
comparison
equal deleted inserted replaced
13924:ea726c97c1b6 13925:c315ffc13a25
295 6 295 6
296 $ log 'tag(1.0)' 296 $ log 'tag(1.0)'
297 6 297 6
298 $ log 'tag(tip)' 298 $ log 'tag(tip)'
299 9 299 9
300 $ log 'tag(unknown)'
301 abort: tag 'unknown' does not exist
302 [255]
303 $ log 'branch(unknown)'
304 abort: unknown revision 'unknown'!
305 [255]
300 $ log 'user(bob)' 306 $ log 'user(bob)'
301 2 307 2
302 308
303 $ log '4::8' 309 $ log '4::8'
304 4 310 4