diff 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
line wrap: on
line diff
--- a/CHANGELOG	Wed Dec 05 23:15:29 2018 +0800
+++ b/CHANGELOG	Thu Dec 13 17:41:06 2018 +0100
@@ -4,6 +4,7 @@
 8.3.3 - in progress
 -------------------
 
+  * evolve: fix possible crash when the repo changes during evolve (issue-6028)
   * test: avoid leaking `hg serve` process
   * topic: fix error message for the `ngtip` revset