diff README @ 1735:8f902ec9ed9a stable

bump: copy parent manifest before editting it Previously, the bump code would access the previous manifest, then edit that dictionary data structure. Because the manifest was in the mancache at that time, those edits were persisted to other readers who asked for that manifest. This caused commits being made during bump to have the wrong file parents in many situations (hence why the tests need updating).
author Durham Goode <durham@fb.com>
date Mon, 12 Sep 2016 10:41:00 -0700
parents 2ad40d972a74
children c9a79b432907 904ae1b2087b
line wrap: on
line diff
--- a/README	Mon Aug 01 22:42:38 2016 +0200
+++ b/README	Mon Sep 12 10:41:00 2016 -0700
@@ -56,6 +56,10 @@
 Changelog
 =========
 
+5.4.2 --
+
+ - Fix erroneous manifest computation when solving 'bumped' changeset.
+
 5.4.1 -- 2016-08-01
 
  - compat with Mercurial 3.9