From patchwork Sat Mar 14 09:32:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D8283: tests: simplify test-fix-topology.t slightly by using a `(case !)` From: phabricator X-Patchwork-Id: 45792 Message-Id: To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Sat, 14 Mar 2020 09:32:56 +0000 Closed by commit rHGea40fea992e0: tests: simplify test-fix-topology.t slightly by using a `(case !)` (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D8283?vs=20770&id=20798 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8283/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8283 AFFECTED FILES tests/test-fix-topology.t CHANGE DETAILS To: martinvonz, #hg-reviewers, Alphare, mharbison72, pulkit Cc: mercurial-devel diff --git a/tests/test-fix-topology.t b/tests/test-fix-topology.t --- a/tests/test-fix-topology.t +++ b/tests/test-fix-topology.t @@ -128,12 +128,8 @@ Fix all but the root revision and its four children. -#if obsstore-on $ hg fix -r '2|4|7|8|9' --working-dir -#else - $ hg fix -r '2|4|7|8|9' --working-dir - saved backup bundle to * (glob) -#endif + saved backup bundle to * (glob) (obsstore-off !) The five revisions remain, but the other revisions were fixed and replaced. All parent pointers have been accurately set to reproduce the previous topology