tests/test-revlog-v2.t
changeset 47450 9cecc222c536
parent 47449 da3fb8c10caa
child 48295 bf11ff22a9af
equal deleted inserted replaced
47449:da3fb8c10caa 47450:9cecc222c536
   117   
   117   
   118 
   118 
   119 The two repository should be identical, this diff MUST be empty
   119 The two repository should be identical, this diff MUST be empty
   120 
   120 
   121   $ cmp ../tip-new ../tip-cloned || diff -U8 ../tip-new ../tip-cloned
   121   $ cmp ../tip-new ../tip-cloned || diff -U8 ../tip-new ../tip-cloned
       
   122 
       
   123 
       
   124 hg verify should be happy
       
   125 -------------------------
       
   126 
       
   127   $ hg verify
       
   128   checking changesets
       
   129   checking manifests
       
   130   crosschecking files in changesets and manifests
       
   131   checking files
       
   132   checked 1 changesets with 1 changes to 1 files
       
   133 
       
   134   $ hg verify -R ../cloned-repo
       
   135   checking changesets
       
   136   checking manifests
       
   137   crosschecking files in changesets and manifests
       
   138   checking files
       
   139   checked 1 changesets with 1 changes to 1 files