comparison tests/test-push-checkheads-multibranches-E2.t @ 6364: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 11c359b4071d
children 60daa7887c49
comparison
equal deleted inserted replaced
6350:a54db3e55c88 6364:fc60328270ac
76 2 new orphan changesets 76 2 new orphan changesets
77 $ hg debugobsolete `getid "desc(C0)" ` `getid "desc(C1)"` 77 $ hg debugobsolete `getid "desc(C0)" ` `getid "desc(C1)"`
78 1 new obsolescence markers 78 1 new obsolescence markers
79 obsoleted 1 changesets 79 obsoleted 1 changesets
80 $ hg log -G --hidden 80 $ hg log -G --hidden
81 @ 0c76bc104656 (draft): C1 81 @ 0c76bc104656 [default] (draft): C1
82 | 82 |
83 o f6082bc4ffef (draft): A1 83 o f6082bc4ffef [default] (draft): A1
84 | 84 |
85 | x afc55ba2ce61 (draft): C0 85 | x afc55ba2ce61 [default] (draft): C0
86 | | 86 | |
87 | * 93e5c1321ece (draft): B0 87 | * 93e5c1321ece [Z] (draft): B0
88 | | 88 | |
89 | x 8aaa48160adc (draft): A0 89 | x 8aaa48160adc [default] (draft): A0
90 |/ 90 |/
91 o 1e4be0697311 (public): root 91 o 1e4be0697311 [default] (public): root
92 92
93 93
94 Actual testing 94 Actual testing
95 -------------- 95 --------------
96 96