tests/test-convert-bzr
changeset 8165 78658990c725
parent 8148 adce97d28389
child 8305 7a0fcdd3828f
child 8423 eb7be0e752d9
--- a/tests/test-convert-bzr	Fri Apr 24 10:34:11 2009 +0200
+++ b/tests/test-convert-bzr	Sun Apr 26 11:35:53 2009 +0200
@@ -27,6 +27,12 @@
 echo "% test --rev option"
 hg convert -r 1 source source-1-hg
 glog -R source-1-hg
+echo "% test with filemap"
+cat > filemap <<EOF
+exclude a
+EOF
+hg convert --filemap filemap source source-filemap-hg
+hg -R source-filemap-hg manifest -r tip
 cd ..
 
 echo % merge