Mercurial > evolve
diff CHANGELOG @ 3171:dbd340eafcb0 stable
obsdiscovery: enforce the config on the server too
Right now, setting 'experimental.evolution.obsdiscovery=no' disable obsolescence
markers discovery on client only. The server still advertise discovery related
capabilities.
We now also honor the config on the server side.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 02 Nov 2017 19:22:32 +0100 |
parents | c56c028f3802 |
children | d56b8f5f0bb1 |
line wrap: on
line diff
--- a/CHANGELOG Thu Nov 02 00:45:28 2017 +0100 +++ b/CHANGELOG Thu Nov 02 19:22:32 2017 +0100 @@ -1,6 +1,12 @@ Changelog ========= +7.0.1 - in progress +------------------- + + * obsdiscovery: allow the config option to disable discovery server side + (it was previously only honored on the client side) + 7.0.0 -- 2017-10-23 -------------------