diff 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
line wrap: on
line diff
--- a/CHANGELOG	Sat Dec 09 05:05:39 2017 +0100
+++ b/CHANGELOG	Sat Dec 09 06:13:28 2017 +0100
@@ -12,6 +12,8 @@
 
   * add a new 'serverminitopic' extension for minimal server support
     (see `hg help -e serverminitopic` for details)
+  * add a new config option `experimental.topic-mode.server` using which a
+    server can reject draft changesets without topic
 
 7.0.2 - in progress
 -------------------