changeset 44324:84d98fa814a8 stable

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
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 10 Feb 2020 15:52:52 -0800
parents 815e9ca1078c
children 5cd2d91eeebd
files tests/test-convert-bzr.t
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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