tests: don't log manifest-file in test-strip-cross.t
authorMartin von Zweigbergk <martinvonz@google.com>
Mon, 17 Dec 2018 11:09:05 -0800
changeset 42909 32fdbc952bdd
parent 42908 f78f7448a969
child 42910 5e0b1ce2f4a2
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
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