Mercurial > evolve
diff 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 |
line wrap: on
line diff
--- a/CHANGELOG Tue Jun 04 10:07:08 2019 +0200 +++ b/CHANGELOG Mon May 27 03:42:35 2019 +0200 @@ -17,6 +17,7 @@ (Make sure your servers are configured to use the obshashrange one. It is available in evolve 7.2 and above.) * topic: drop the b# alias. It conflicted with normal hashes. + * topic: add a `experimental.topic.allow-publish` option (default: True) 8.5.1 -- 2019-04-23 -------------------