Show More
@@ -225,6 +225,7 b' Multiple branches' | |||
|
225 | 225 | $ bzr switch -b branch |
|
226 | 226 | Tree is up to date at revision 1. |
|
227 | 227 | Switched to branch: *repo/branch/ (glob) |
|
228 | $ sleep 1 | |
|
228 | 229 | $ echo b > b |
|
229 | 230 | $ bzr add -q b |
|
230 | 231 | $ bzr ci -qm addb |
@@ -233,6 +234,7 b' Multiple branches' | |||
|
233 | 234 | $ bzr switch --force ../repo/trunk |
|
234 | 235 | Updated to revision 1. |
|
235 | 236 | Switched to branch: */repo/trunk/ (glob) |
|
237 | $ sleep 1 | |
|
236 | 238 | $ echo a >> a |
|
237 | 239 | $ bzr ci -qm changea |
|
238 | 240 | $ cd .. |
General Comments 0
You need to be logged in to leave comments.
Login now