Mercurial > evolve
comparison tests/test-push-checkheads-unpushed-D2.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 |
---|---|
73 $ hg up 0 | 73 $ hg up 0 |
74 0 files updated, 0 files merged, 1 files removed, 0 files unresolved | 74 0 files updated, 0 files merged, 1 files removed, 0 files unresolved |
75 $ mkcommit C0 | 75 $ mkcommit C0 |
76 created new head | 76 created new head |
77 $ hg log -G --hidden | 77 $ hg log -G --hidden |
78 @ 0f88766e02d6 (draft): C0 | 78 @ 0f88766e02d6 [default] (draft): C0 |
79 | | 79 | |
80 | o f6082bc4ffef (draft): A1 | 80 | o f6082bc4ffef [default] (draft): A1 |
81 |/ | 81 |/ |
82 | x d73caddc5533 (draft): B0 | 82 | x d73caddc5533 [default] (draft): B0 |
83 | | | 83 | | |
84 | x 8aaa48160adc (draft): A0 | 84 | x 8aaa48160adc [default] (draft): A0 |
85 |/ | 85 |/ |
86 o 1e4be0697311 (public): root | 86 o 1e4be0697311 [default] (public): root |
87 | 87 |
88 | 88 |
89 Actual testing | 89 Actual testing |
90 -------------- | 90 -------------- |
91 | 91 |