tests/test-subrepo-git.t
changeset 13027 7f2ecb64140d
parent 13010 6bdae8ea0b48
child 13029 f930032aa6d5
equal deleted inserted replaced
13026:53391819f195 13027:7f2ecb64140d
   191   $ ls -a s
   191   $ ls -a s
   192   .
   192   .
   193   ..
   193   ..
   194   .git
   194   .git
   195   g
   195   g
       
   196 
       
   197 archive subrepos
       
   198 
       
   199   $ cd ../t
       
   200   $ hg archive --subrepos -r tip ../archive
       
   201   pulling subrepo s
       
   202   $ cd ../archive
       
   203   $ cat s/f
       
   204   f
       
   205   $ cat s/g
       
   206   g
       
   207   gg
       
   208   ggg
       
   209