equal
deleted
inserted
replaced
223 $ bzr tag trunk-tag |
223 $ bzr tag trunk-tag |
224 Created tag trunk-tag. |
224 Created tag trunk-tag. |
225 $ bzr switch -b branch |
225 $ bzr switch -b branch |
226 Tree is up to date at revision 1. |
226 Tree is up to date at revision 1. |
227 Switched to branch: *repo/branch/ (glob) |
227 Switched to branch: *repo/branch/ (glob) |
|
228 $ sleep 1 |
228 $ echo b > b |
229 $ echo b > b |
229 $ bzr add -q b |
230 $ bzr add -q b |
230 $ bzr ci -qm addb |
231 $ bzr ci -qm addb |
231 $ bzr tag branch-tag |
232 $ bzr tag branch-tag |
232 Created tag branch-tag. |
233 Created tag branch-tag. |
233 $ bzr switch --force ../repo/trunk |
234 $ bzr switch --force ../repo/trunk |
234 Updated to revision 1. |
235 Updated to revision 1. |
235 Switched to branch: */repo/trunk/ (glob) |
236 Switched to branch: */repo/trunk/ (glob) |
|
237 $ sleep 1 |
236 $ echo a >> a |
238 $ echo a >> a |
237 $ bzr ci -qm changea |
239 $ bzr ci -qm changea |
238 $ cd .. |
240 $ cd .. |
239 $ hg convert --datesort repo repo-bzr |
241 $ hg convert --datesort repo repo-bzr |
240 initializing destination repo-bzr repository |
242 initializing destination repo-bzr repository |