# HG changeset patch # User Martin von Zweigbergk # Date 2020-02-10 23:52:52 # Node ID 84d98fa814a8bab0dd94a133187dc9d42a5e433f # Parent 815e9ca1078c02710cb0482d69e23ea4dd7c4780 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 diff --git a/tests/test-convert-bzr.t b/tests/test-convert-bzr.t --- a/tests/test-convert-bzr.t +++ b/tests/test-convert-bzr.t @@ -226,7 +226,7 @@ Multiple branches 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 @@ Multiple branches 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