##// END OF EJS Templates
manifestcache: do not display data when using --add...
marmoute -
r42109:1e75311d default
parent child Browse files
Show More
@@ -1488,6 +1488,7 def debugmanifestfulltextcache(ui, repo,
1488 except error.LookupError as e:
1488 except error.LookupError as e:
1489 raise error.Abort(e, hint="Check your manifest node id")
1489 raise error.Abort(e, hint="Check your manifest node id")
1490 manifest.read() # stores revisision in cache too
1490 manifest.read() # stores revisision in cache too
1491 return
1491
1492
1492 cache = getcache()
1493 cache = getcache()
1493 if not len(cache):
1494 if not len(cache):
@@ -111,9 +111,6 Showing the content of the caches after
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:
General Comments 0
You need to be logged in to leave comments. Login now