Show More
@@ -1488,6 +1488,7 b' def debugmanifestfulltextcache(ui, repo,' | |||
|
1488 | 1488 | except error.LookupError as e: |
|
1489 | 1489 | raise error.Abort(e, hint="Check your manifest node id") |
|
1490 | 1490 | manifest.read() # stores revisision in cache too |
|
1491 | return | |
|
1491 | 1492 | |
|
1492 | 1493 | cache = getcache() |
|
1493 | 1494 | if not len(cache): |
@@ -111,9 +111,6 b' Showing the content of the caches after ' | |||
|
111 | 111 | Adding a new persistent entry in the cache |
|
112 | 112 | |
|
113 | 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 | 115 | $ hg debugmanifestfulltextcache |
|
119 | 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