Mercurial > evolve
diff CHANGELOG @ 3159:90515d0bfb08
push: add a --publish flag
The new flag turns all element in the push to public changeset. This will help
experiment with diverse publishing workflow.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 01 Nov 2017 16:23:13 +0100 |
parents | 678a9802c56b |
children | c56c028f3802 |
line wrap: on
line diff
--- a/CHANGELOG Wed Nov 01 16:26:33 2017 +0100 +++ b/CHANGELOG Wed Nov 01 16:23:13 2017 +0100 @@ -16,6 +16,7 @@ (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) + * add a '--publish' flag to `hg push` (4.4+ only), 6.8.0 -- 2017-10-23 -------------------