Mercurial > evolve
comparison 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 |
comparison
equal
deleted
inserted
replaced
3158:678a9802c56b | 3159:90515d0bfb08 |
---|---|
14 | 14 |
15 * add an experimental flag to enforce one head per name policy, | 15 * add an experimental flag to enforce one head per name policy, |
16 (off by default, see 'hg help -e topic' for details) | 16 (off by default, see 'hg help -e topic' for details) |
17 * add an experimental flag to have changesets without topic published on push, | 17 * add an experimental flag to have changesets without topic published on push, |
18 (off by default, see 'hg help -e topic' for details) | 18 (off by default, see 'hg help -e topic' for details) |
19 * add a '--publish' flag to `hg push` (4.4+ only), | |
19 | 20 |
20 6.8.0 -- 2017-10-23 | 21 6.8.0 -- 2017-10-23 |
21 ------------------- | 22 ------------------- |
22 | 23 |
23 * compatibility with Mercurial 4.4 | 24 * compatibility with Mercurial 4.4 |