Mercurial > hg
changeset 41945:7436653d8542
manifestcache: adding a second distinct entry
Let makes sure the cache can hold multiple value.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 14 Mar 2019 09:12:27 +0000 |
parents | 99eb9f269a5a |
children | 5b77847bdf09 |
files | tests/test-manifest.t |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-manifest.t Thu Mar 14 10:53:28 2019 +0000 +++ b/tests/test-manifest.t Thu Mar 14 09:12:27 2019 +0000 @@ -124,3 +124,12 @@ cache contains 1 manifest entries, in order of most to least recent: id: 1e01206b1d2f72bd55f2a33fa8ccad74144825b7, size 133 bytes total cache data size 157 bytes, on-disk 157 bytes + +Adding a second entry + + $ hg debugmanifestfulltextcache --add fce2a30dedad1eef4da95ca1dc0004157aa527cf + $ hg debugmanifestfulltextcache + cache contains 2 manifest entries, in order of most to least recent: + id: fce2a30dedad1eef4da95ca1dc0004157aa527cf, size 87 bytes + id: 1e01206b1d2f72bd55f2a33fa8ccad74144825b7, size 133 bytes + total cache data size 268 bytes, on-disk 268 bytes