tests/test-manifest.t
changeset 41942 fbee66c90cef
parent 41940 70d2d47314e5
child 41943 1e75311d78f7
equal deleted inserted replaced
41941:08fad2ca4eb6 41942:fbee66c90cef
   105 
   105 
   106 Showing the content of the caches after the above operations
   106 Showing the content of the caches after the above operations
   107 
   107 
   108   $ hg debugmanifestfulltextcache
   108   $ hg debugmanifestfulltextcache
   109   cache empty
   109   cache empty
       
   110 
       
   111 Adding a new persistent entry in the cache
       
   112 
       
   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 
       
   118   $ hg debugmanifestfulltextcache
       
   119   cache contains 1 manifest entries, in order of most to least recent:
       
   120   id: 1e01206b1d2f72bd55f2a33fa8ccad74144825b7, size 133 bytes
       
   121   total cache data size 157 bytes, on-disk 157 bytes