comparison CHANGELOG @ 4647:228caeb8b7af

topic: add a simple option to reject publishing The option is pretty basic but it can be used as base to build larger feature. The main target for going in this direction is to be able to distinct between user that are "simple contributors" pushing topic for review and the "maintainers" or "automation" that can publish changesets.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 27 May 2019 03:42:35 +0200
parents 77f3699e711e
children a1a8adcd5155
comparison
equal deleted inserted replaced
4646:7b986968700b 4647:228caeb8b7af
15 * evolve: improve users merging during content-divergence 15 * evolve: improve users merging during content-divergence
16 * obsdiscovery: drop support for deprecated discovery protocol `obshash` 16 * obsdiscovery: drop support for deprecated discovery protocol `obshash`
17 (Make sure your servers are configured to use the obshashrange one. 17 (Make sure your servers are configured to use the obshashrange one.
18 It is available in evolve 7.2 and above.) 18 It is available in evolve 7.2 and above.)
19 * topic: drop the b# alias. It conflicted with normal hashes. 19 * topic: drop the b# alias. It conflicted with normal hashes.
20 * topic: add a `experimental.topic.allow-publish` option (default: True)
20 21
21 8.5.1 -- 2019-04-23 22 8.5.1 -- 2019-04-23
22 ------------------- 23 -------------------
23 24
24 * evolve: make sure we use upstream merge code with 5.0, 25 * evolve: make sure we use upstream merge code with 5.0,