D8283: tests: simplify test-fix-topology.t slightly by using a `(case !)`
martinvonz (Martin von Zweigbergk)
phabricator at mercurial-scm.org
Sat Mar 14 09:32:56 UTC 2020
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
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
To: martinvonz, #hg-reviewers, Alphare, mharbison72, pulkit
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list