Mercurial > evolve
comparison tests/test-topic.t @ 5987:e97fbded40a5
branching: merge stable into default
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 06 Aug 2021 00:04:46 +0200 |
parents | f8ab6ad1ffc0 fa7f2e1cb504 |
children | 6d29d97f4853 |
comparison
equal
deleted
inserted
replaced
5973:8a7ad6ba2654 | 5987:e97fbded40a5 |
---|---|
89 phase usually happens on push, but it is possible to update that behavior. The | 89 phase usually happens on push, but it is possible to update that behavior. The |
90 server needs to have specific config for this. | 90 server needs to have specific config for this. |
91 | 91 |
92 * everything pushed become public (the default): | 92 * everything pushed become public (the default): |
93 | 93 |
94 [phase] | 94 [phases] |
95 publish = yes | 95 publish = yes |
96 | 96 |
97 * nothing push turned public: | 97 * nothing push turned public: |
98 | 98 |
99 [phase] | 99 [phases] |
100 publish = no | 100 publish = no |
101 | 101 |
102 * topic branches are not published, changeset without topic are: | 102 * topic branches are not published, changeset without topic are: |
103 | 103 |
104 [phase] | 104 [phases] |
105 publish = no | 105 publish = no |
106 [experimental] | 106 [experimental] |
107 topic.publish-bare-branch = yes | 107 topic.publish-bare-branch = yes |
108 | 108 |
109 In addition, the topic extension adds a "--publish" flag on 'hg push'. When | 109 In addition, the topic extension adds a "--publish" flag on 'hg push'. When |