comparison tests/test-mq-caches @ 10119:bb5ea66789e3

tests: load with "ext =" instead of "hgext.ext ="
author Martin Geisler <mg@lazybytes.net>
date Wed, 23 Dec 2009 18:13:15 +0100
parents 5b7da468531b
children
comparison
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