tests/test-convert-git.t
changeset 26077 e63d05fbae84
parent 26047 d9d3d49c4cf7
child 26903 7e8912dbcea2
equal deleted inserted replaced
26076:cebf7e48365e 26077:e63d05fbae84
   650   $ hg -R git-repo6-hg tip -T "{desc|firstline}\n"
   650   $ hg -R git-repo6-hg tip -T "{desc|firstline}\n"
   651   remove .gitmodules and submodule git-repo5
   651   remove .gitmodules and submodule git-repo5
   652   $ hg -R git-repo6-hg tip -T "{file_dels}\n"
   652   $ hg -R git-repo6-hg tip -T "{file_dels}\n"
   653   .hgsub .hgsubstate
   653   .hgsub .hgsubstate
   654 
   654 
       
   655 skip submodules in the conversion
       
   656 
       
   657   $ hg convert -q git-repo6 no-submodules --config convert.git.skipsubmodules=True
       
   658   $ hg -R no-submodules manifest --all
       
   659   .gitmodules-renamed
       
   660 
   655 convert using a different remote prefix
   661 convert using a different remote prefix
   656   $ git init git-repo7
   662   $ git init git-repo7
   657   Initialized empty Git repository in $TESTTMP/git-repo7/.git/
   663   Initialized empty Git repository in $TESTTMP/git-repo7/.git/
   658   $ cd git-repo7
   664   $ cd git-repo7
   659 TODO: it'd be nice to use (?) lines instead of grep -v to handle the
   665 TODO: it'd be nice to use (?) lines instead of grep -v to handle the