tests/test-phases.t
changeset 49825 2f2682f40ea0
parent 49770 f0e9dda408b3
child 49995 27fd12eca557
equal deleted inserted replaced
49824:fdd227585d5a 49825:2f2682f40ea0
   798 
   798 
   799 test verify repo containing hidden changesets, which should not abort just
   799 test verify repo containing hidden changesets, which should not abort just
   800 because repo.cancopy() is False
   800 because repo.cancopy() is False
   801 
   801 
   802   $ cd ../initialrepo
   802   $ cd ../initialrepo
   803   $ hg verify
   803   $ hg verify -q
   804   checking changesets
       
   805   checking manifests
       
   806   crosschecking files in changesets and manifests
       
   807   checking files
       
   808   checked 8 changesets with 7 changes to 7 files
       
   809 
   804 
   810   $ cd ..
   805   $ cd ..
   811 
   806 
   812 check whether HG_PENDING makes pending changes only in related
   807 check whether HG_PENDING makes pending changes only in related
   813 repositories visible to an external hook.
   808 repositories visible to an external hook.