tests/test-mq-guards
changeset 4407 8369672060b5
parent 4337 23068518deca
child 5471 5b81c1cc6ebe
equal deleted inserted replaced
4403:249e2603324c 4407:8369672060b5
    52 echo % should print -a
    52 echo % should print -a
    53 hg qguard c.patch
    53 hg qguard c.patch
    54 
    54 
    55 echo % should skip c.patch
    55 echo % should skip c.patch
    56 hg qpush -a
    56 hg qpush -a
       
    57 echo % should display b.patch
       
    58 hg qtop
    57 
    59 
    58 hg qguard -n c.patch
    60 hg qguard -n c.patch
    59 echo % should push c.patch
    61 echo % should push c.patch
    60 hg qpush -a
    62 hg qpush -a
    61 
    63