tests/test-git-import
changeset 3736 ad3d5b4367cb
parent 3717 9e248cfd8b94
child 4679 826659bd8053
equal deleted inserted replaced
3735:205f0fd4a4a1 3736:ad3d5b4367cb
   159 diff --git a/foo b/foo2
   159 diff --git a/foo b/foo2
   160 rename from foo
   160 rename from foo
   161 rename to foo2
   161 rename to foo2
   162 EOF
   162 EOF
   163 cat foo2
   163 cat foo2
   164 hg manifest | grep binary
   164 hg manifest --debug | grep binary
   165 
   165 
   166 echo % many binary files
   166 echo % many binary files
   167 hg import -m multibinary - <<EOF
   167 hg import -m multibinary - <<EOF
   168 diff --git a/mbinary1 b/mbinary1
   168 diff --git a/mbinary1 b/mbinary1
   169 new file mode 100644
   169 new file mode 100644
   178 GIT binary patch
   178 GIT binary patch
   179 literal 5
   179 literal 5
   180 Mc\${NkU|\`?^000jF3jhEB
   180 Mc\${NkU|\`?^000jF3jhEB
   181 
   181 
   182 EOF
   182 EOF
   183 hg manifest | grep mbinary
   183 hg manifest --debug | grep mbinary