tests/test-narrow-widen.t
changeset 49825 2f2682f40ea0
parent 47439 86418ad637d1
equal deleted inserted replaced
49824:fdd227585d5a 49825:2f2682f40ea0
   278   $ hg tracked
   278   $ hg tracked
   279   I path:d0
   279   I path:d0
   280   I path:d3
   280   I path:d3
   281   I path:d6
   281   I path:d6
   282   I path:d9
   282   I path:d9
   283   $ hg verify
   283   $ hg verify -q
   284   checking changesets
       
   285   checking manifests
       
   286   checking directory manifests (tree !)
       
   287   crosschecking files in changesets and manifests
       
   288   checking files
       
   289   checked 8 changesets with 4 changes to 4 files
       
   290   $ hg l
   284   $ hg l
   291   @  ...7: add d10/f
   285   @  ...7: add d10/f
   292   |
   286   |
   293   o  6: add d9/f
   287   o  6: add d9/f
   294   |
   288   |
   338   o  0: add d0/f
   332   o  0: add d0/f
   339   
   333   
   340 
   334 
   341 Verify shouldn't claim the repo is corrupt after a widen.
   335 Verify shouldn't claim the repo is corrupt after a widen.
   342 
   336 
   343   $ hg verify
   337   $ hg verify -q
   344   checking changesets
       
   345   checking manifests
       
   346   checking directory manifests (tree !)
       
   347   crosschecking files in changesets and manifests
       
   348   checking files
       
   349   checked 9 changesets with 5 changes to 5 files
       
   350 
   338 
   351 Widening preserves parent of local commit
   339 Widening preserves parent of local commit
   352 
   340 
   353   $ cd ..
   341   $ cd ..
   354   $ hg clone -q --narrow ssh://user@dummy/upstream narrow3 --include d2 -r 2
   342   $ hg clone -q --narrow ssh://user@dummy/upstream narrow3 --include d2 -r 2