comparison tests/test-push-checkheads-supersede-A3.t @ 6259:fc60328270ac

tests: add branch to checkheads-related log output Just an additional branch is not going to make log output unreadable. The branch is added even if topic is unset. This is for consistency with tests that check single head enforcement, that also get initialized using push-checkheads-util.sh, but previously used a separate, almost identical, log template. Now they all use the same template.
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 12 Jun 2022 21:54:53 +0400
parents 144d10e74757
children b1d010b2e6c4
comparison
equal deleted inserted replaced
6245:a54db3e55c88 6259:fc60328270ac
68 1 new orphan changesets 68 1 new orphan changesets
69 $ hg debugobsolete `getid "desc(B0)" ` `getid "desc(B1)"` 69 $ hg debugobsolete `getid "desc(B0)" ` `getid "desc(B1)"`
70 1 new obsolescence markers 70 1 new obsolescence markers
71 obsoleted 1 changesets 71 obsoleted 1 changesets
72 $ hg log -G --hidden 72 $ hg log -G --hidden
73 @ c1c7524e9488 (draft): A1 73 @ c1c7524e9488 [default] (draft): A1
74 | 74 |
75 o 25c56d33e4c4 (draft): B1 75 o 25c56d33e4c4 [default] (draft): B1
76 | 76 |
77 | x d73caddc5533 (draft): B0 77 | x d73caddc5533 [default] (draft): B0
78 | | 78 | |
79 | x 8aaa48160adc (draft): A0 79 | x 8aaa48160adc [default] (draft): A0
80 |/ 80 |/
81 o 1e4be0697311 (public): root 81 o 1e4be0697311 [default] (public): root
82 82
83 83
84 Actual testing 84 Actual testing
85 -------------- 85 --------------
86 86