# HG changeset patch # User Pierre-Yves David # Date 1583535821 -3600 # Node ID 7f5735639360d66c0f73741c2c4ef3b624bc943b # Parent 275365d85e3f53aacbd91727e321d96c4877386d copies-tests: remove the final summary The more we add tests, the less useful it is. So after discussion with Martin, we decided to drop it. Differential Revision: https://phab.mercurial-scm.org/D8257 diff -r 275365d85e3f -r 7f5735639360 tests/test-copies-chain-merge.t --- a/tests/test-copies-chain-merge.t Tue Mar 03 13:18:31 2020 +0100 +++ b/tests/test-copies-chain-merge.t Sat Mar 07 00:03:41 2020 +0100 @@ -297,52 +297,6 @@ | In this case, one of the merge wrongly record a merge while there is none. | This lead to bad copy tracing information to be dug up. -final summary - - $ hg update null --quiet - $ hg log -G - o 20 mEAm-0 simple merge - the other way] - |\ - +---o 19 mAEm-0 simple merge - one way] - | |/ - | o 18 e-2 g -move-> f] - | | - | o 17 e-1 b -move-> g] - | | - | | o 16 mDBm-0 simple merge - the other way] - | | |\ - | | +---o 15 mBDm-0 simple merge - one way] - | | | |/ - | | | o 14 d-2 re-add d] - | | | | - | +---o 13 d-1 delete d] - | | | - | | | o 12 mCBm-1 re-add d] - | | | | - | | | o 11 mCBm-0 simple merge - the other way] - | | |/| - | | | | o 10 mBCm-1 re-add d] - | | | | | - | | +---o 9 mBCm-0 simple merge - one way] - | | | |/ - | +---o 8 c-1 delete d] - | | | - +-----o 7 mABm-0 simple merge - the other way] - | | |/ - +-----o 6 mBAm-0 simple merge - one way] - | | |/ - | | o 5 b-1: b update] - | |/ - o | 4 a-2: e -move-> f] - | | - o | 3 a-1: d -move-> e] - |/ - o 2 i-2: c -move-> d] - | - o 1 i-1: a -move-> c] - | - o 0 i-0 initial commit: a b] - Check results =============