debian/compat
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 09 Dec 2017 06:13:28 +0100
changeset 3235 8a772f0c54d9
parent 531 b18b00036355
child 4912 43e9bb4de6b5
permissions -rw-r--r--
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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
531
b18b00036355 pkg/debian: Debian packaging
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
diff changeset
     1
8