##// END OF EJS Templates
manifestcache: make sure the entry are ordered by access time...
marmoute -
r42112:5b77847b default
parent child Browse files
Show More
@@ -133,3 +133,12 b' Adding a second entry'
133 id: fce2a30dedad1eef4da95ca1dc0004157aa527cf, size 87 bytes
133 id: fce2a30dedad1eef4da95ca1dc0004157aa527cf, size 87 bytes
134 id: 1e01206b1d2f72bd55f2a33fa8ccad74144825b7, size 133 bytes
134 id: 1e01206b1d2f72bd55f2a33fa8ccad74144825b7, size 133 bytes
135 total cache data size 268 bytes, on-disk 268 bytes
135 total cache data size 268 bytes, on-disk 268 bytes
136
137 Accessing the initial entry again, refresh their order
138
139 $ hg debugmanifestfulltextcache --add 1e01206b1d2f72bd55f2a33fa8ccad74144825b7
140 $ hg debugmanifestfulltextcache
141 cache contains 2 manifest entries, in order of most to least recent:
142 id: 1e01206b1d2f72bd55f2a33fa8ccad74144825b7, size 133 bytes
143 id: fce2a30dedad1eef4da95ca1dc0004157aa527cf, size 87 bytes
144 total cache data size 268 bytes, on-disk 268 bytes
General Comments 0
You need to be logged in to leave comments. Login now