comparison tests/test-push-checkheads-partial-C3.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 f0d46ffbf1bb
children 1328195f76a9
comparison
equal deleted inserted replaced
6245:a54db3e55c88 6259:fc60328270ac
61 created new head 61 created new head
62 $ hg debugobsolete --record-parents `getid "desc(B0)"` 62 $ hg debugobsolete --record-parents `getid "desc(B0)"`
63 1 new obsolescence markers 63 1 new obsolescence markers
64 obsoleted 1 changesets 64 obsoleted 1 changesets
65 $ hg log -G --hidden 65 $ hg log -G --hidden
66 @ 0f88766e02d6 (draft): C0 66 @ 0f88766e02d6 [default] (draft): C0
67 | 67 |
68 | x d73caddc5533 (draft): B0 68 | x d73caddc5533 [default] (draft): B0
69 | | 69 | |
70 | o 8aaa48160adc (draft): A0 70 | o 8aaa48160adc [default] (draft): A0
71 |/ 71 |/
72 o 1e4be0697311 (public): root 72 o 1e4be0697311 [default] (public): root
73 73
74 74
75 Actual testing 75 Actual testing
76 -------------- 76 --------------
77 77