From patchwork Tue Feb 11 02:10:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D8106: tests: accept new bzr message about switching branches From: phabricator X-Patchwork-Id: 45148 Message-Id: <5b8e4930dc6c6282579321876d1bd13a@localhost.localdomain> To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Tue, 11 Feb 2020 02:10:07 +0000 Closed by commit rHG0ef6e90d52f8: tests: accept new bzr message about switching branches (authored by martinvonz). This revision was automatically updated to reflect the committed changes. This revision was not accepted when it landed; it landed in state "Needs Review". REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D8106?vs=20088&id=20129 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8106/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8106 AFFECTED FILES tests/test-convert-bzr.t CHANGE DETAILS To: martinvonz, #hg-reviewers Cc: mercurial-devel 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 @@ 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