Show More
@@ -1486,7 +1486,7 b' def debugmanifestfulltextcache(ui, repo,' | |||||
1486 | manifest.read() # stores revisision in cache too |
|
1486 | manifest.read() # stores revisision in cache too | |
1487 |
|
1487 | |||
1488 | if not len(cache): |
|
1488 | if not len(cache): | |
1489 |
ui.write(_(' |
|
1489 | ui.write(_('cache empty\n')) | |
1490 | else: |
|
1490 | else: | |
1491 | ui.write( |
|
1491 | ui.write( | |
1492 | _('Cache contains %d manifest entries, in order of most to ' |
|
1492 | _('Cache contains %d manifest entries, in order of most to ' |
@@ -93,3 +93,17 b' The next two calls are expected to abort' | |||||
93 | $ hg manifest -r tip tip |
|
93 | $ hg manifest -r tip tip | |
94 | abort: please specify just one revision |
|
94 | abort: please specify just one revision | |
95 | [255] |
|
95 | [255] | |
|
96 | ||||
|
97 | Testing the manifest full text cache utility | |||
|
98 | -------------------------------------------- | |||
|
99 | ||||
|
100 | Reminder of the manifest log content | |||
|
101 | ||||
|
102 | $ hg log --debug | grep 'manifest:' | |||
|
103 | manifest: 1:1e01206b1d2f72bd55f2a33fa8ccad74144825b7 | |||
|
104 | manifest: 0:fce2a30dedad1eef4da95ca1dc0004157aa527cf | |||
|
105 | ||||
|
106 | Showing the content of the caches after the above operations | |||
|
107 | ||||
|
108 | $ hg debugmanifestfulltextcache | |||
|
109 | cache empty |
General Comments 0
You need to be logged in to leave comments.
Login now