tests/test-mq-caches
changeset 4205 a7af0eeae8a3
parent 3988 9dcf9d45cab8
--- a/tests/test-mq-caches
+++ b/tests/test-mq-caches
@@ -5,7 +5,7 @@ echo 'hgext.mq=' >> $HGRCPATH
 
 show_branch_cache()
 {
-    branches=.hg/branches.cache
+    branches=.hg/branch.cache
     # force cache (re)generation
     hg log -r does-not-exist 2> /dev/null
     hg log -r tip --template 'tip: #rev#\n'
@@ -61,7 +61,7 @@ show_branch_cache 1
 
 echo
 echo '# removing the cache'
-rm .hg/branches.cache
+rm .hg/branch.cache
 show_branch_cache 1
 
 echo