copies-tests: remove extra log call at the end of the chain-merge test file
authorPierre-Yves David <pierre-yves.david@octobus.net>
Tue, 03 Mar 2020 08:55:27 +0100
changeset 44443 bc1786973c6d
parent 44442 6306baa7d19a
child 44444 7b1f516e7606
copies-tests: remove extra log call at the end of the chain-merge test file We do not actually need theses as the graph is displayed earlier anyway. I think they are the remain of me trying to understand that case better. Differential Revision: https://phab.mercurial-scm.org/D8235
tests/test-copies-chain-merge.t
--- a/tests/test-copies-chain-merge.t	Thu Mar 05 08:37:08 2020 -0800
+++ b/tests/test-copies-chain-merge.t	Tue Mar 03 08:55:27 2020 +0100
@@ -581,39 +581,3 @@
     a
   R a
   R b
-
-  $ hg log -Gfr 'desc("mAEm-0")' f
-  o    19 mAEm-0 simple merge - one way]
-  |\
-  | o  18 e-2 g -move-> f]
-  | |
-  | o  17 e-1 b -move-> g]
-  | |
-  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]
-  
-
-  $ hg log -Gfr 'desc("mEAm-0")' f
-  @    20 mEAm-0 simple merge - the other way]
-  |\
-  | o  18 e-2 g -move-> f]
-  | |
-  | o  17 e-1 b -move-> g]
-  | |
-  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]
-