comparison CHANGELOG @ 4297:699e25687cc5 stable

issue-6028: resolves 6028 - return (False, ".") instead of (False, '') Since 4.8, repo[] no longer takes an empty string, so we update to a valid with similar semantic. This value is strange and we should probably use an actual node ID here, however, this is an independent issue.
author James Reynolds <james.glenn.reynolds@gmail.com>
date Thu, 13 Dec 2018 17:41:06 +0100
parents 09337aae08d4
children 5cbaf5d25443 8aa28e68ac44
comparison
equal deleted inserted replaced
4290:09337aae08d4 4297:699e25687cc5
2 ========= 2 =========
3 3
4 8.3.3 - in progress 4 8.3.3 - in progress
5 ------------------- 5 -------------------
6 6
7 * evolve: fix possible crash when the repo changes during evolve (issue-6028)
7 * test: avoid leaking `hg serve` process 8 * test: avoid leaking `hg serve` process
8 * topic: fix error message for the `ngtip` revset 9 * topic: fix error message for the `ngtip` revset
9 10
10 8.3.2 -- 2017-11-27 11 8.3.2 -- 2017-11-27
11 ------------------- 12 -------------------