tests/test-clonebundles.t
branchstable
changeset 50424 f952be90b051
parent 50422 54f68495ab2a
child 50428 6b916efe6af6
child 50541 ef7f943ebabf
equal deleted inserted replaced
50423:2bb2a1ff4d8f 50424:f952be90b051
   731 check the results
   731 check the results
   732 
   732 
   733   $ cd revlog-split-in-the-bundle
   733   $ cd revlog-split-in-the-bundle
   734   $ f --size .hg/store/00manifest.*
   734   $ f --size .hg/store/00manifest.*
   735   .hg/store/00manifest.d: size=499037
   735   .hg/store/00manifest.d: size=499037
   736   .hg/store/00manifest.i: size=192 (missing-correct-output !)
   736   .hg/store/00manifest.i: size=192
   737   .hg/store/00manifest.i: size=128 (known-bad-output !)
       
   738   .hg/store/00manifest.i.s: size=64 (known-bad-output !)
       
   739   $ f --size .hg/store/data/_a.*
   737   $ f --size .hg/store/data/_a.*
   740   .hg/store/data/_a.d: size=588917
   738   .hg/store/data/_a.d: size=588917
   741   .hg/store/data/_a.i: size=192
   739   .hg/store/data/_a.i: size=192
   742 
   740 
   743 manifest should work
   741 manifest should work
   744 
   742 
   745   $ hg  files -r tip | wc -l
   743   $ hg  files -r tip | wc -l
   746   \s*10001 (re) (missing-correct-output !)
   744   \s*10001 (re)
   747   abort: 00manifest@4941afd6b8e298d932227572c5c303cbc14301bd: no node (known-bad-output !)
       
   748   0 (known-bad-output !)
       
   749 
   745 
   750 file content should work
   746 file content should work
   751 
   747 
   752   $ hg  cat -r tip A | wc -l
   748   $ hg  cat -r tip A | wc -l
   753   \s*100001 (re) (missing-correct-output !)
   749   \s*100001 (re)
   754   abort: 00manifest@4941afd6b8e298d932227572c5c303cbc14301bd: no node (known-bad-output !)
   750 
   755   0 (known-bad-output !)
   751 
   756 
       
   757