D6791: tests: don't log manifest-file in test-strip-cross.t

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Sat Sep 7 06:37:26 UTC 2019


martinvonz created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  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.)

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D6791

AFFECTED FILES
  tests/test-strip-cross.t

CHANGE DETAILS

diff --git a/tests/test-strip-cross.t b/tests/test-strip-cross.t
--- a/tests/test-strip-cross.t
+++ b/tests/test-strip-cross.t
@@ -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



To: martinvonz, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list