comparison tests/test-git-import @ 3736:ad3d5b4367cb

make manifest friendlier switch to using context code ..which uses first parent by default show file hashes only with debug switch show permissions with verbose fix up tests
author Matt Mackall <mpm@selenic.com>
date Thu, 30 Nov 2006 22:38:48 -0600
parents 9e248cfd8b94
children 826659bd8053
comparison
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