tests/test-mq-caches
changeset 10119 bb5ea66789e3
parent 8523 5b7da468531b
equal deleted inserted replaced
10118:333193c025ad 10119:bb5ea66789e3
     1 #!/bin/sh
     1 #!/bin/sh
     2 
     2 
     3 branches=.hg/branchheads.cache
     3 branches=.hg/branchheads.cache
     4 echo '[extensions]' >> $HGRCPATH
     4 echo '[extensions]' >> $HGRCPATH
     5 echo 'hgext.mq=' >> $HGRCPATH
     5 echo 'mq =' >> $HGRCPATH
     6 
     6 
     7 show_branch_cache()
     7 show_branch_cache()
     8 {
     8 {
     9     # force cache (re)generation
     9     # force cache (re)generation
    10     hg log -r does-not-exist 2> /dev/null
    10     hg log -r does-not-exist 2> /dev/null