Mercurial > evolve
comparison CHANGELOG @ 3252:d57400a0f4c3
stablebranch: avoid overlap between subrange
Subrange overlap make things more complicated and less efficient. We fix the
computation done in the "cached" version of the stablerange cache. This bring
things in line with the result produced by the basic version.
Since we already bumped the format version since the last release, I don't
things we need to do anything else.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sat, 09 Dec 2017 22:49:07 +0100 |
parents | 8a772f0c54d9 |
children | 26b604d7e1a8 |
comparison
equal
deleted
inserted
replaced
3251:0e4a05907c5e | 3252:d57400a0f4c3 |
---|---|
5 ------------------- | 5 ------------------- |
6 | 6 |
7 * verbosity: respect --quiet for prev, next and summary | 7 * verbosity: respect --quiet for prev, next and summary |
8 * note: add a `-n/--note` flag to all history rewritting commands | 8 * note: add a `-n/--note` flag to all history rewritting commands |
9 * obslog: shows the obsmarkers notes | 9 * obslog: shows the obsmarkers notes |
10 * obsdiscover: Improved stable range slice for the experimental obshashrange | |
11 (client and server need to upgrade to this version) | |
10 | 12 |
11 topic (0.6.0) | 13 topic (0.6.0) |
12 | 14 |
13 * add a new 'serverminitopic' extension for minimal server support | 15 * add a new 'serverminitopic' extension for minimal server support |
14 (see `hg help -e serverminitopic` for details) | 16 (see `hg help -e serverminitopic` for details) |