tests/test-subrepo-missing.t
branchstable
changeset 29021 92d37fb3f1aa
parent 25865 a48a7c2d1fea
child 29774 a7f8939641aa
equal deleted inserted replaced
29020:ee2e4a2c3690 29021:92d37fb3f1aa
   119   checking subrepo links
   119   checking subrepo links
   120   subrepo 'subrepo' is hidden in revision a66de08943b6
   120   subrepo 'subrepo' is hidden in revision a66de08943b6
   121   subrepo 'subrepo' is hidden in revision 674d05939c1e
   121   subrepo 'subrepo' is hidden in revision 674d05939c1e
   122   subrepo 'subrepo' not found in revision a7d05d9055a4
   122   subrepo 'subrepo' not found in revision a7d05d9055a4
   123 
   123 
       
   124 verifying shouldn't init a new subrepo if the reference doesn't exist
       
   125 
       
   126   $ mv subrepo b
       
   127   $ hg verify
       
   128   checking changesets
       
   129   checking manifests
       
   130   crosschecking files in changesets and manifests
       
   131   checking files
       
   132   2 files, 5 changesets, 5 total revisions
       
   133   checking subrepo links
       
   134   0: repository $TESTTMP/repo/subrepo not found (glob)
       
   135   1: repository $TESTTMP/repo/subrepo not found (glob)
       
   136   3: repository $TESTTMP/repo/subrepo not found (glob)
       
   137   4: repository $TESTTMP/repo/subrepo not found (glob)
       
   138   $ ls
       
   139   b
       
   140   $ mv b subrepo
       
   141 
   124   $ cd ..
   142   $ cd ..