tests/test-convert-p4-filetypes.t
changeset 30632 1d0e4832e616
parent 28639 64ed9f904532
child 34569 e304fd82c718
equal deleted inserted replaced
30631:c2be48e56d59 30632:1d0e4832e616
   305   file_xtext:$Header$$Header$Header$
   305   file_xtext:$Header$$Header$Header$
   306 
   306 
   307 convert
   307 convert
   308   $ hg convert -s p4 $DEPOTPATH dst
   308   $ hg convert -s p4 $DEPOTPATH dst
   309   initializing destination dst repository
   309   initializing destination dst repository
       
   310   scanning source...
   310   reading p4 views
   311   reading p4 views
   311   collecting p4 changelists
   312   collecting p4 changelists
   312   1 initial
   313   1 initial
   313   2 keywords
   314   2 keywords
   314   scanning source...
       
   315   sorting...
   315   sorting...
   316   converting...
   316   converting...
   317   1 initial
   317   1 initial
   318   0 keywords
   318   0 keywords
   319   $ hg -R dst log --template 'rev={rev} desc="{desc}" tags="{tags}" files="{files}"\n'
   319   $ hg -R dst log --template 'rev={rev} desc="{desc}" tags="{tags}" files="{files}"\n'