tests/test-git-import
changeset 4679 826659bd8053
parent 3736 ad3d5b4367cb
child 5073 4cd52978e188
--- a/tests/test-git-import	Fri Jun 22 14:32:54 2007 -0300
+++ b/tests/test-git-import	Fri Jun 22 19:06:04 2007 -0300
@@ -181,3 +181,16 @@
 
 EOF
 hg manifest --debug | grep mbinary
+
+echo % filenames with spaces
+hg import -m spaces - <<EOF
+diff --git a/foo bar b/foo bar
+new file mode 100644
+index 0000000..257cc56
+--- /dev/null
++++ b/foo bar	
+@@ -0,0 +1 @@
++foo
+EOF
+cat "foo bar"
+