tests/test-bisect
changeset 6860 6d904eb19c2a
parent 5777 51776e50bc8c
child 6929 1b15d6e7cc3c
equal deleted inserted replaced
6859:9369095779a1 6860:6d904eb19c2a
    52 
    52 
    53 hg bisect -r
    53 hg bisect -r
    54 hg bisect -g null
    54 hg bisect -g null
    55 hg bisect -bU tip
    55 hg bisect -bU tip
    56 hg id
    56 hg id
       
    57 
       
    58 # reproduce AssertionError (issue1228 and issue1182)
       
    59 hg bisect -r
       
    60 hg bisect -b 4
       
    61 hg bisect -g 0
       
    62 hg bisect -s
       
    63 hg bisect -s
       
    64 hg bisect -s
       
    65 
       
    66 # reproduce non converging bisect (issue1182)
       
    67 hg bisect -r
       
    68 hg bisect -g 0
       
    69 hg bisect -b 2
       
    70 hg bisect -s