Mercurial > evolve
diff 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 |
line wrap: on
line diff
--- a/CHANGELOG Sat Dec 09 22:37:10 2017 +0100 +++ b/CHANGELOG Sat Dec 09 22:49:07 2017 +0100 @@ -7,6 +7,8 @@ * verbosity: respect --quiet for prev, next and summary * note: add a `-n/--note` flag to all history rewritting commands * obslog: shows the obsmarkers notes + * obsdiscover: Improved stable range slice for the experimental obshashrange + (client and server need to upgrade to this version) topic (0.6.0)