comparison tests/test-manifest.t @ 41943:1e75311d78f7

manifestcache: do not display data when using --add If the command invocation is about adding a new entry, we should remain terse (the same as we do for many commands).
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 14 Mar 2019 09:11:41 +0000
parents fbee66c90cef
children 99eb9f269a5a
comparison
equal deleted inserted replaced
41942:fbee66c90cef 41943:1e75311d78f7
109 cache empty 109 cache empty
110 110
111 Adding a new persistent entry in the cache 111 Adding a new persistent entry in the cache
112 112
113 $ hg debugmanifestfulltextcache --add 1e01206b1d2f72bd55f2a33fa8ccad74144825b7 113 $ hg debugmanifestfulltextcache --add 1e01206b1d2f72bd55f2a33fa8ccad74144825b7
114 cache contains 1 manifest entries, in order of most to least recent:
115 id: 1e01206b1d2f72bd55f2a33fa8ccad74144825b7, size 133 bytes
116 total cache data size 157 bytes, on-disk 157 bytes
117 114
118 $ hg debugmanifestfulltextcache 115 $ hg debugmanifestfulltextcache
119 cache contains 1 manifest entries, in order of most to least recent: 116 cache contains 1 manifest entries, in order of most to least recent:
120 id: 1e01206b1d2f72bd55f2a33fa8ccad74144825b7, size 133 bytes 117 id: 1e01206b1d2f72bd55f2a33fa8ccad74144825b7, size 133 bytes
121 total cache data size 157 bytes, on-disk 157 bytes 118 total cache data size 157 bytes, on-disk 157 bytes