tests/test-convert-svn-source.t
branchstable
changeset 16466 c53a49c345e1
parent 14152 00121103546a
child 16525 b12b65d2cbe4
equal deleted inserted replaced
16465:ad38b96c88f9 16466:c53a49c345e1
   185   $ cd stoprev
   185   $ cd stoprev
   186   $ hg tip --debug | grep extra
   186   $ hg tip --debug | grep extra
   187   extra:       branch=default
   187   extra:       branch=default
   188   extra:       convert_revision=svn:........-....-....-....-............/proj B/mytrunk@1 (re)
   188   extra:       convert_revision=svn:........-....-....-....-............/proj B/mytrunk@1 (re)
   189   $ cd ..
   189   $ cd ..
       
   190 
       
   191 Test converting empty heads (issue3347)
       
   192 
       
   193   $ svnadmin create svn-empty
       
   194   $ svnadmin load -q svn-empty < "$TESTDIR/svn/empty.svndump"
       
   195   $ hg --config convert.svn.trunk= convert svn-empty
       
   196   assuming destination svn-empty-hg
       
   197   initializing destination svn-empty-hg repository
       
   198   scanning source...
       
   199   sorting...
       
   200   converting...
       
   201   1 init projA
       
   202   0 adddir
       
   203   $ hg --config convert.svn.trunk= convert file://$svnpath/svn-empty/trunk
       
   204   assuming destination trunk-hg
       
   205   initializing destination trunk-hg repository
       
   206   scanning source...
       
   207   sorting...
       
   208   converting...
       
   209   1 init projA
       
   210   0 adddir