##// END OF EJS Templates
manifestcache: adding a second distinct entry...
marmoute -
r42111:7436653d default
parent child Browse files
Show More
@@ -124,3 +124,12 b" Check we don't duplicated entry (added f"
124 124 cache contains 1 manifest entries, in order of most to least recent:
125 125 id: 1e01206b1d2f72bd55f2a33fa8ccad74144825b7, size 133 bytes
126 126 total cache data size 157 bytes, on-disk 157 bytes
127
128 Adding a second entry
129
130 $ hg debugmanifestfulltextcache --add fce2a30dedad1eef4da95ca1dc0004157aa527cf
131 $ hg debugmanifestfulltextcache
132 cache contains 2 manifest entries, in order of most to least recent:
133 id: fce2a30dedad1eef4da95ca1dc0004157aa527cf, size 87 bytes
134 id: 1e01206b1d2f72bd55f2a33fa8ccad74144825b7, size 133 bytes
135 total cache data size 268 bytes, on-disk 268 bytes
General Comments 0
You need to be logged in to leave comments. Login now