Mercurial > evolve
diff README @ 2286:a4c5744a7b93
safeguard: add an option to disable automatic publishing
Pushing to publishing server by mistake is a bit too common in the current state
of evolve. Especially when the lack of good feature branch story make the use of
-f a bit too common.
So we add a very simple experimental option to allow warning (or abort) when
changeset are pushed to a publishing server. This is unlikely to survive as is,
but this is useful now.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Tue, 25 Apr 2017 10:56:55 +0200 |
parents | 5ef112a6eb87 |
children | 61d073590fb7 |
line wrap: on
line diff
--- a/README Thu Apr 20 13:05:45 2017 +0200 +++ b/README Tue Apr 25 10:56:55 2017 +0200 @@ -112,6 +112,12 @@ Changelog ========= +6.1.0 - in progress +------------------- + + * add a 'experimental.auto-publish' config. Set it so 'warn' to get a warning + when a push is publishing some draft changesets and 'abort' to prevent that + to happen at all. 6.0.1 -- 2017-04-20 -------------------