tests/test-mq-qgoto
changeset 7568 12df451ce205
parent 4432 905397be7688
equal deleted inserted replaced
7567:0946294d1f32 7568:12df451ce205
    23 hg qrefresh
    23 hg qrefresh
    24 
    24 
    25 hg qgoto a.patch
    25 hg qgoto a.patch
    26 hg qgoto c.patch
    26 hg qgoto c.patch
    27 hg qgoto b.patch
    27 hg qgoto b.patch
       
    28 
       
    29 echo
       
    30 echo % Using index
       
    31 hg qgoto 0
       
    32 hg qgoto 2
       
    33 
       
    34 echo
       
    35 echo % No warnings when using index
       
    36 hg qnew bug314159
       
    37 echo d >> c
       
    38 hg qrefresh
       
    39 hg qnew bug141421
       
    40 echo e >> c
       
    41 hg qrefresh
       
    42 hg qgoto 1
       
    43 hg qgoto 3
       
    44 
       
    45 echo
       
    46 echo % Detect ambiguous non-index
       
    47 hg qgoto 14
       
    48 
       
    49 exit 0