Mercurial > evolve
comparison CHANGELOG @ 3157:f286eefbd20d
topic: add an option to enforce a single head per name in a repository
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 30 Oct 2017 19:24:14 +0100 |
parents | b237c1c6dc19 |
children | 678a9802c56b |
comparison
equal
deleted
inserted
replaced
3156:31493a1b0e39 | 3157:f286eefbd20d |
---|---|
7 * drop compatibility with Mercurial 3.8, 3.9 and 4.0, | 7 * drop compatibility with Mercurial 3.8, 3.9 and 4.0, |
8 * drop support for old and deprecated method to exchange obsmarkers, | 8 * drop support for old and deprecated method to exchange obsmarkers, |
9 * forbid usage of the old pushbey based protocol to exchange obsmarkers, | 9 * forbid usage of the old pushbey based protocol to exchange obsmarkers, |
10 * evolve: rename '--contentdivergent' flag to '--content-divergent' | 10 * evolve: rename '--contentdivergent' flag to '--content-divergent' |
11 * evolve: rename '--phasedivergent' flag to '--phase-divergent' | 11 * evolve: rename '--phasedivergent' flag to '--phase-divergent' |
12 | |
13 topic | |
14 | |
15 * add an experimental flag to enforce one head per name policy, | |
16 (off by default, see 'hg help -e topic' for details) | |
12 | 17 |
13 6.8.0 -- 2017-10-23 | 18 6.8.0 -- 2017-10-23 |
14 ------------------- | 19 ------------------- |
15 | 20 |
16 * compatibility with Mercurial 4.4 | 21 * compatibility with Mercurial 4.4 |