comparison CHANGELOG @ 3235:8a772f0c54d9

topics: add a config to reject draft changeset without topic on a server This patch adds a new config option experimental.topic-mode.server which if sets to True, the server won't accept any draft changeset without topic on it. In case both `experimental.topic-mode.server` and `experimental.topic.publish-bare-branch` are set to True, the enforce-topic one is respected. Tests are added for it. The CHANGELOG file is also updated mentioning about the config option.
author Pulkit Goyal <7895pulkit@gmail.com>
date Sat, 09 Dec 2017 06:13:28 +0100
parents c1d20598bc2b
children d57400a0f4c3
comparison
equal deleted inserted replaced
3234:a18ca224e812 3235:8a772f0c54d9
10 10
11 topic (0.6.0) 11 topic (0.6.0)
12 12
13 * add a new 'serverminitopic' extension for minimal server support 13 * add a new 'serverminitopic' extension for minimal server support
14 (see `hg help -e serverminitopic` for details) 14 (see `hg help -e serverminitopic` for details)
15 * add a new config option `experimental.topic-mode.server` using which a
16 server can reject draft changesets without topic
15 17
16 7.0.2 - in progress 18 7.0.2 - in progress
17 ------------------- 19 -------------------
18 20
19 Topic (0.5.2) 21 Topic (0.5.2)