comparison tests/test-push-checkheads-pruned-B3.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
65 1 new orphan changesets 65 1 new orphan changesets
66 $ hg debugobsolete `getid "desc(B0)" ` `getid "desc(B1)"` 66 $ hg debugobsolete `getid "desc(B0)" ` `getid "desc(B1)"`
67 1 new obsolescence markers 67 1 new obsolescence markers
68 obsoleted 1 changesets 68 obsoleted 1 changesets
69 $ hg log -G --hidden 69 $ hg log -G --hidden
70 @ 25c56d33e4c4 (draft): B1 70 @ 25c56d33e4c4 [default] (draft): B1
71 | 71 |
72 | x d73caddc5533 (draft): B0 72 | x d73caddc5533 [default] (draft): B0
73 | | 73 | |
74 | x 8aaa48160adc (draft): A0 74 | x 8aaa48160adc [default] (draft): A0
75 |/ 75 |/
76 o 1e4be0697311 (public): root 76 o 1e4be0697311 [default] (public): root
77 77
78 78
79 Actual testing 79 Actual testing
80 -------------- 80 --------------
81 81