Show More
|
1 | NO CONTENT: file copied from templates/static/hgicon.png to tests/binfile.bin |
@@ -47,3 +47,16 b' hg diff --git -r 6:tip' | |||
|
47 | 47 | |
|
48 | 48 | echo '% nonexistent in tip+chmod' |
|
49 | 49 | hg diff --git -r 5:6 |
|
50 | ||
|
51 | echo '% binary diff' | |
|
52 | cp $TESTDIR/binfile.bin . | |
|
53 | hg add binfile.bin | |
|
54 | hg diff --git > b.diff | |
|
55 | cat b.diff | |
|
56 | ||
|
57 | echo '% import binary diff' | |
|
58 | hg revert binfile.bin | |
|
59 | rm binfile.bin | |
|
60 | hg import -mfoo b.diff | |
|
61 | cmp binfile.bin $TESTDIR/binfile.bin | |
|
62 |
@@ -44,3 +44,24 b' rename to dst' | |||
|
44 | 44 | diff --git a/src b/src |
|
45 | 45 | old mode 100644 |
|
46 | 46 | new mode 100755 |
|
47 | % binary diff | |
|
48 | diff --git a/binfile.bin b/binfile.bin | |
|
49 | new file mode 100644 | |
|
50 | index 0000000000000000000000000000000000000000..37ba3d1c6f17137d9c5f5776fa040caf5fe73ff9 | |
|
51 | GIT binary patch | |
|
52 | literal 593 | |
|
53 | zc$@)I0<QguP)<h;3K|Lk000e1NJLTq000mG000mO0ssI2kdbIM00009a7bBm000XU | |
|
54 | z000XU0RWnu7ytkO2XskIMF-Uh9TW;VpMjwv0005-Nkl<ZD9@FWPs=e;7{<>W$NUkd | |
|
55 | zX$nnYLt$-$V!?uy+1V%`z&Eh=ah|duER<4|QWhju3gb^nF*8iYobxWG-qqXl=2~5M | |
|
56 | z*IoDB)sG^CfNuoBmqLTVU^<;@nwHP!1wrWd`{(mHo6VNXWtyh{alzqmsH*yYzpvLT | |
|
57 | zLdY<T=ks|woh-`&01!ej#(xbV1f|pI*=%;d-%F*E*X#ZH`4I%6SS+$EJDE&ct=8po | |
|
58 | ziN#{?_j|kD%Cd|oiqds`xm@;oJ-^?NG3Gdqrs?5u*zI;{nogxsx~^|Fn^Y?Gdc6<; | |
|
59 | zfMJ+iF1J`LMx&A2?dEwNW8ClebzPTbIh{@$hS6*`kH@1d%Lo7fA#}N1)oN7`gm$~V | |
|
60 | z+wDx#)OFqMcE{s!JN0-xhG8ItAjVkJwEcb`3WWlJfU2r?;Pd%dmR+q@mSri5q9_W- | |
|
61 | zaR2~ECX?B2w+zELozC0s*6Z~|QG^f{3I#<`?)Q7U-JZ|q5W;9Q8i_=pBuSzunx=U; | |
|
62 | z9C)5jBoYw9^?EHyQl(M}1OlQcCX>lXB*ODN003Z&P17_@)3Pi=i0wb04<W?v-u}7K | |
|
63 | zXmmQA+wDgE!qR9o8jr`%=ab_&uh(l?R=r;Tjiqon91I2-hIu?57~@*4h7h9uORK#= | |
|
64 | fQItJW-{SoTm)8|5##k|m00000NkvXXu0mjf{mKw4 | |
|
65 | ||
|
66 | % import binary diff | |
|
67 | applying b.diff |
General Comments 0
You need to be logged in to leave comments.
Login now