tests: accept new bzr message about switching branches
The new version apparently prints "Switched to branch at " instead of
"Switched to branch: ".
Differential Revision: https://phab.mercurial-scm.org/D8106
--- a/tests/test-convert-bzr.t Mon Feb 10 15:50:26 2020 -0800
+++ b/tests/test-convert-bzr.t Mon Feb 10 15:52:52 2020 -0800
@@ -226,7 +226,7 @@
Created tag trunk-tag.
$ bzr switch -b branch
Tree is up to date at revision 1.
- Switched to branch: *repo/branch/ (glob)
+ Switched to branch*repo/branch/ (glob)
$ sleep 1
$ echo b > b
$ bzr add -q b
@@ -235,7 +235,7 @@
Created tag branch-tag.
$ bzr switch --force ../repo/trunk
Updated to revision 1.
- Switched to branch: */repo/trunk/ (glob)
+ Switched to branch*/repo/trunk/ (glob)
$ sleep 1
$ echo a >> a
$ bzr ci -qm changea