Show More
@@ -153,7 +153,7 b' Delete empty file' | |||||
153 |
|
153 | |||
154 | Add binary file |
|
154 | Add binary file | |
155 |
|
155 | |||
156 | $ hg bundle --base -2 tip.bundle |
|
156 | $ hg bundle --type v1 --base -2 tip.bundle | |
157 | 1 changesets found |
|
157 | 1 changesets found | |
158 | $ hg add tip.bundle |
|
158 | $ hg add tip.bundle | |
159 | $ hg commit -i -d '4 0' -m binary<<EOF |
|
159 | $ hg commit -i -d '4 0' -m binary<<EOF | |
@@ -178,7 +178,7 b' Add binary file' | |||||
178 |
|
178 | |||
179 | Change binary file |
|
179 | Change binary file | |
180 |
|
180 | |||
181 | $ hg bundle --base -2 tip.bundle |
|
181 | $ hg bundle --base -2 --type v1 tip.bundle | |
182 | 1 changesets found |
|
182 | 1 changesets found | |
183 | $ hg commit -i -d '5 0' -m binary-change<<EOF |
|
183 | $ hg commit -i -d '5 0' -m binary-change<<EOF | |
184 | > y |
|
184 | > y | |
@@ -202,7 +202,7 b' Change binary file' | |||||
202 | Rename and change binary file |
|
202 | Rename and change binary file | |
203 |
|
203 | |||
204 | $ hg mv tip.bundle top.bundle |
|
204 | $ hg mv tip.bundle top.bundle | |
205 | $ hg bundle --base -2 top.bundle |
|
205 | $ hg bundle --base -2 --type v1 top.bundle | |
206 | 1 changesets found |
|
206 | 1 changesets found | |
207 | $ hg commit -i -d '6 0' -m binary-change-rename<<EOF |
|
207 | $ hg commit -i -d '6 0' -m binary-change-rename<<EOF | |
208 | > y |
|
208 | > y |
General Comments 0
You need to be logged in to leave comments.
Login now