comparison tests/test-push-checkheads-pruned-B1.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 a8ff17479fb8
children b1d010b2e6c4
comparison
equal deleted inserted replaced
6245:a54db3e55c88 6259:fc60328270ac
50 created new head 50 created new head
51 $ hg debugobsolete --record-parents `getid "desc(A0)"` 51 $ hg debugobsolete --record-parents `getid "desc(A0)"`
52 1 new obsolescence markers 52 1 new obsolescence markers
53 obsoleted 1 changesets 53 obsoleted 1 changesets
54 $ hg log -G --hidden 54 $ hg log -G --hidden
55 @ 74ff5441d343 (draft): B0 55 @ 74ff5441d343 [default] (draft): B0
56 | 56 |
57 | x 8aaa48160adc (draft): A0 57 | x 8aaa48160adc [default] (draft): A0
58 |/ 58 |/
59 o 1e4be0697311 (public): root 59 o 1e4be0697311 [default] (public): root
60 60
61 61
62 Actual testing 62 Actual testing
63 -------------- 63 --------------
64 64