tests/test-mq-caches
changeset 3988 9dcf9d45cab8
parent 3501 89820e9b94f2
child 4205 a7af0eeae8a3
equal deleted inserted replaced
3987:c6f10448278f 3988:9dcf9d45cab8
    59 hg qrefresh -m 'patch 2'
    59 hg qrefresh -m 'patch 2'
    60 show_branch_cache 1
    60 show_branch_cache 1
    61 
    61 
    62 echo
    62 echo
    63 echo '# removing the cache'
    63 echo '# removing the cache'
    64 rm -f .hg/branches.cache
    64 rm .hg/branches.cache
    65 show_branch_cache 1
    65 show_branch_cache 1
    66 
    66 
    67 echo
    67 echo
    68 echo '# importing rev 1 (the cache now ends in one of the patches)'
    68 echo '# importing rev 1 (the cache now ends in one of the patches)'
    69 hg qimport -r 1 -n p0
    69 hg qimport -r 1 -n p0