tests/test-git-import
changeset 4679 826659bd8053
parent 3736 ad3d5b4367cb
child 5089 4cd52978e188
equal deleted inserted replaced
4678:a814a5b11fff 4679:826659bd8053
   179 literal 5
   179 literal 5
   180 Mc\${NkU|\`?^000jF3jhEB
   180 Mc\${NkU|\`?^000jF3jhEB
   181 
   181 
   182 EOF
   182 EOF
   183 hg manifest --debug | grep mbinary
   183 hg manifest --debug | grep mbinary
       
   184 
       
   185 echo % filenames with spaces
       
   186 hg import -m spaces - <<EOF
       
   187 diff --git a/foo bar b/foo bar
       
   188 new file mode 100644
       
   189 index 0000000..257cc56
       
   190 --- /dev/null
       
   191 +++ b/foo bar	
       
   192 @@ -0,0 +1 @@
       
   193 +foo
       
   194 EOF
       
   195 cat "foo bar"
       
   196