comparison tests/test-push-checkheads-multi-topics-F1.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 5a46f156c9b7
children d1a6d83a7109
comparison
equal deleted inserted replaced
6245:a54db3e55c88 6259:fc60328270ac
69 $ mkcommit B1 69 $ mkcommit B1
70 $ hg debugobsolete `getid "desc(B0)" ` `getid "desc(B1)"` 70 $ hg debugobsolete `getid "desc(B0)" ` `getid "desc(B1)"`
71 1 new obsolescence markers 71 1 new obsolescence markers
72 obsoleted 1 changesets 72 obsoleted 1 changesets
73 $ hg log -G --hidden 73 $ hg log -G --hidden
74 @ 845eeb768064 (draft)[Z]: B1 74 @ 845eeb768064 [default:Z] (draft): B1
75 | 75 |
76 | x e1494106e1ca (draft)[Z]: B0 76 | x e1494106e1ca [default:Z] (draft): B0
77 | | 77 | |
78 | o f5cd873e2965 (draft)[Y]: A0 78 | o f5cd873e2965 [default:Y] (draft): A0
79 |/ 79 |/
80 | x 8aaa48160adc (draft): A0 80 | x 8aaa48160adc [default] (draft): A0
81 |/ 81 |/
82 o 1e4be0697311 (public): root 82 o 1e4be0697311 [default] (public): root
83 83
84 84
85 Actual testing 85 Actual testing
86 -------------- 86 --------------
87 87