tests/test-convert-hg-sink.t
changeset 22300 35ab037de989
parent 21636 3de9f2c4900c
child 25571 1abfe639a70c
--- a/tests/test-convert-hg-sink.t	Tue Aug 26 22:03:32 2014 +0200
+++ b/tests/test-convert-hg-sink.t	Tue Aug 26 22:03:32 2014 +0200
@@ -537,3 +537,16 @@
   |
   o  0 0 (a-only f)
   
+Convert with --full adds and removes files that didn't change
+
+  $ echo f >> 0/f
+  $ hg -R 0 ci -m "f"
+  $ hg convert --filemap filemap-b --full 0 a --config convert.hg.revs=1::
+  scanning source...
+  sorting...
+  converting...
+  0 f
+  $ hg -R a status --change tip
+  M f
+  A b-only
+  R a-only