##// END OF EJS Templates
tests: accept new bzr message about switching branches...
Martin von Zweigbergk -
r44827:84d98fa8 stable
parent child Browse files
Show More
@@ -226,7 +226,7 b' Multiple branches'
226 226 Created tag trunk-tag.
227 227 $ bzr switch -b branch
228 228 Tree is up to date at revision 1.
229 Switched to branch: *repo/branch/ (glob)
229 Switched to branch*repo/branch/ (glob)
230 230 $ sleep 1
231 231 $ echo b > b
232 232 $ bzr add -q b
@@ -235,7 +235,7 b' Multiple branches'
235 235 Created tag branch-tag.
236 236 $ bzr switch --force ../repo/trunk
237 237 Updated to revision 1.
238 Switched to branch: */repo/trunk/ (glob)
238 Switched to branch*/repo/trunk/ (glob)
239 239 $ sleep 1
240 240 $ echo a >> a
241 241 $ bzr ci -qm changea
General Comments 0
You need to be logged in to leave comments. Login now