Mercurial > evolve
comparison CHANGELOG @ 5227:b20d04641c0f stable
head-checking: ignore obsolete section when checking for single heads
This overwrite the core code that enforce single heads to ignore obsolete
section. That way older obsolete version of a branch no longer prevent the new
version to be pushed.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 11 Mar 2020 23:56:11 +0100 |
parents | 1e0516ee4cb9 |
children | 8431bb224862 8d955635cf45 |
comparison
equal
deleted
inserted
replaced
5226:1e0516ee4cb9 | 5227:b20d04641c0f |
---|---|
9 request without obscommon | 9 request without obscommon |
10 * evolve: improved behavior when evolving above the result of a split | 10 * evolve: improved behavior when evolving above the result of a split |
11 * topic: fix auto-publish=abort with server that auto-publishes bare branches | 11 * topic: fix auto-publish=abort with server that auto-publishes bare branches |
12 * evolve: checking for new head on push is no longer confused by mixed | 12 * evolve: checking for new head on push is no longer confused by mixed |
13 branches(or topics) | 13 branches(or topics) |
14 * single-heads: ignore obsolete section when enforcing one head per branch | |
14 | 15 |
15 9.3.0 -- 2020-03-04 | 16 9.3.0 -- 2020-03-04 |
16 ------------------- | 17 ------------------- |
17 | 18 |
18 * compat: compatibility with Mercurial 5.3 | 19 * compat: compatibility with Mercurial 5.3 |