# HG changeset patch # User Martin von Zweigbergk # Date 1545073745 28800 # Node ID 32fdbc952bdd59e1ab652a68e37f118229330cd3 # Parent f78f7448a96919dc74183066f51bdcb9139b1534 tests: don't log manifest-file in test-strip-cross.t I'm confident that the file is there only to help produce a certain manifest log; there is nothing special about the file's filelog itself. (And there already is a `hg debugindex --manifest` call higher up in the file that shows the crossed linkrevs.) Differential Revision: https://phab.mercurial-scm.org/D6791 diff -r f78f7448a969 -r 32fdbc952bdd tests/test-strip-cross.t --- a/tests/test-strip-cross.t Mon Dec 17 10:27:00 2018 -0800 +++ b/tests/test-strip-cross.t Mon Dec 17 11:09:05 2018 -0800 @@ -41,7 +41,7 @@ 3 2 f0ef8726ac4f 000000000000 000000000000 4 4 0b76e38b4070 000000000000 000000000000 - $ for i in 012 021 102 120 201 210 manifest-file; do + $ for i in 012 021 102 120 201 210; do > echo $i > hg debugindex $i > echo @@ -82,11 +82,6 @@ 1 1 5d9299349fc0 000000000000 000000000000 2 0 2661d26c6496 000000000000 000000000000 - manifest-file - rev linkrev nodeid p1 p2 - 0 3 b8e02f643373 000000000000 000000000000 - 1 4 5d9299349fc0 000000000000 000000000000 - $ cd .. $ for i in 0 1 2 3 4; do > hg clone -q -U --pull crossed $i