diff tests/test-debugcommands.t @ 39081:195ed920653e

debugrevlog: track empty revlog entries A revlog entry can be "empty" for two reasons: * the stored text is empty * we found another entry with the exact same content Tracking them separately make revlog content clearer.
author Boris Feld <boris.feld@octobus.net>
date Fri, 27 Jul 2018 19:19:52 +0200
parents 0a57945aaf7f
children a456c603a83d
line wrap: on
line diff
--- a/tests/test-debugcommands.t	Fri Jul 27 10:59:59 2018 +0200
+++ b/tests/test-debugcommands.t	Fri Jul 27 19:19:52 2018 +0200
@@ -23,7 +23,8 @@
       merges    :  0 ( 0.00%)
       normal    :  3 (100.00%)
   revisions     :  3
-      full      :  3 (100.00%)
+      empty     :  1 (33.33%)
+      full      :  2 (66.67%)
       deltas    :  0 ( 0.00%)
   revision size : 88
       full      : 88 (100.00%)
@@ -42,7 +43,7 @@
   compression ratio :  0
   
   uncompressed data size (min/max/avg) : 0 / 43 / 28
-  full revision size (min/max/avg)     : 0 / 44 / 29
+  full revision size (min/max/avg)     : 44 / 44 / 44
   delta size (min/max/avg)             : 0 / 0 / 0
 #endif