Mercurial > hg
changeset 44456:7f5735639360
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
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sat, 07 Mar 2020 00:03:41 +0100 |
parents | 275365d85e3f |
children | 902b559202a6 |
files | tests/test-copies-chain-merge.t |
diffstat | 1 files changed, 0 insertions(+), 46 deletions(-) [+] |
line wrap: on
line diff
--- 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 =============