diff tests/test-branches.t @ 51447:40943970b7ae stable

config: move the option to mmap rev branch cache in the storage section See previous commit for rational.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 04 Mar 2024 04:16:15 +0100
parents 02e7d79edf62
children 0239ebdd0740
line wrap: on
line diff
--- a/tests/test-branches.t	Mon Mar 04 04:13:33 2024 +0100
+++ b/tests/test-branches.t	Mon Mar 04 04:16:15 2024 +0100
@@ -2,8 +2,8 @@
 
 #if mmap
   $ cat <<EOF >> $HGRCPATH
-  > [format]
-  > mmap-revbranchcache=true
+  > [storage]
+  > revbranchcache.mmap=true
   > EOF
 #endif