##// END OF EJS Templates
tests: make test-convert-bzr.t more stable...
Mads Kiilerich -
r17097:885542e7 default
parent child Browse files
Show More
@@ -225,6 +225,7 b' Multiple branches'
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
@@ -233,6 +234,7 b' Multiple branches'
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 ..
General Comments 0
You need to be logged in to leave comments. Login now