Mercurial > evolve
diff CHANGELOG @ 3158:678a9802c56b
topic: add an option to automatically publish topic-less changeset
This new option will help playing with merge based workflow.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 01 Nov 2017 16:26:33 +0100 |
parents | f286eefbd20d |
children | 90515d0bfb08 |
line wrap: on
line diff
--- a/CHANGELOG Mon Oct 30 19:24:14 2017 +0100 +++ b/CHANGELOG Wed Nov 01 16:26:33 2017 +0100 @@ -14,6 +14,8 @@ * add an experimental flag to enforce one head per name policy, (off by default, see 'hg help -e topic' for details) + * add an experimental flag to have changesets without topic published on push, + (off by default, see 'hg help -e topic' for details) 6.8.0 -- 2017-10-23 -------------------