tests/test-convert-svn-sink.t
changeset 22300 35ab037de989
parent 22046 7a9cbb315d84
child 23098 675e415568af
equal deleted inserted replaced
22299:98aafdf4cbf6 22300:35ab037de989
   245    D /link
   245    D /link
   246    A /newlink (from /link@7)
   246    A /newlink (from /link@7)
   247 
   247 
   248 #endif
   248 #endif
   249 
   249 
       
   250 Convert with --full adds and removes files that didn't change
       
   251 
       
   252   $ touch a/f
       
   253   $ hg -R a ci -Aqmf
       
   254   $ echo "rename c d" > filemap
       
   255   $ hg convert -d svn a --filemap filemap --full
       
   256   assuming destination a-hg
       
   257   initializing svn working copy 'a-hg-wc'
       
   258   scanning source...
       
   259   sorting...
       
   260   converting...
       
   261   0 f
       
   262   $ svnupanddisplay a-hg-wc 1
       
   263    9 9 test .
       
   264    9 9 test d
       
   265    9 9 test f
       
   266   revision: 9
       
   267   author: test
       
   268   msg: f
       
   269    D /c
       
   270    A /d
       
   271    D /d1
       
   272    A /f
       
   273    D /newlink
       
   274 
   250   $ rm -rf a a-hg a-hg-wc
   275   $ rm -rf a a-hg a-hg-wc
   251 
   276 
   252 
   277 
   253 Executable in new directory
   278 Executable in new directory
   254 
   279