Mercurial > evolve
diff CHANGELOG @ 5221:af9f40236037 stable
topics: fix auto-publish=abort with servers publishing bare branches
Before this change, servers that automatically publish bare branches were
detected as "non publishing" and the check for automatic publishing on push
assumed nothing was to be published. Now we signal the server-side config to
clients via a new capability so that they can adjust their behavior.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 06 Apr 2020 05:05:07 +0200 |
parents | 097c3a6a79c1 |
children | 1e0516ee4cb9 |
line wrap: on
line diff
--- a/CHANGELOG Sat Mar 21 15:04:18 2020 +0100 +++ b/CHANGELOG Mon Apr 06 05:05:07 2020 +0200 @@ -1,13 +1,14 @@ Changelog ========= -9.3.0 - in progress +9.3.1 - in progress ------------------- * obsexchange: avoid sending too large request to http server * obsdiscovery: server no longer aborts with a 500 error if client sends a request without obscommon * evolve: improved behavior when evolving above the result of a split + * topic: fix auto-publish=abort with server that auto-publishes bare branches 9.3.0 -- 2020-03-04 -------------------