tests/test-convert-svn-sink.t
changeset 22300 35ab037de989
parent 22046 7a9cbb315d84
child 23098 675e415568af
--- a/tests/test-convert-svn-sink.t	Tue Aug 26 22:03:32 2014 +0200
+++ b/tests/test-convert-svn-sink.t	Tue Aug 26 22:03:32 2014 +0200
@@ -247,6 +247,31 @@
 
 #endif
 
+Convert with --full adds and removes files that didn't change
+
+  $ touch a/f
+  $ hg -R a ci -Aqmf
+  $ echo "rename c d" > filemap
+  $ hg convert -d svn a --filemap filemap --full
+  assuming destination a-hg
+  initializing svn working copy 'a-hg-wc'
+  scanning source...
+  sorting...
+  converting...
+  0 f
+  $ svnupanddisplay a-hg-wc 1
+   9 9 test .
+   9 9 test d
+   9 9 test f
+  revision: 9
+  author: test
+  msg: f
+   D /c
+   A /d
+   D /d1
+   A /f
+   D /newlink
+
   $ rm -rf a a-hg a-hg-wc