darcs

Patch 1253 resolve issue2427: start conversion from intermediate ...

Title resolve issue2427: start conversion from intermediate ...
Superseder Nosy List bfrk
Related Issues
Status accepted Assigned To
Milestone

Created on 2015-02-02.14:49:47 by bfrk, last changed 2015-02-02.23:02:17 by bfrk.

Files
File name Status Uploaded Type Edit Remove
patch-preview.txt bfrk, 2015-02-02.14:49:46 text/x-darcs-patch
resolve-issue2427_-start-conversion-from-intermediate-tree-state.dpatch bfrk, 2015-02-02.14:49:47 application/x-darcs-patch
unnamed bfrk, 2015-02-02.14:49:47
See mailing list archives for discussion on individual patches.
Messages
msg17974 (view) Author: bfrk Date: 2015-02-02.14:49:47
1 patch for repository http://darcs.net/screened:

patch e9aa0255a390f9cd4721f277b8677869754fc10d
Author: Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
Date:   Mon Feb  2 15:45:10 CET 2015
  * resolve issue2427: start conversion from intermediate tree state
  
  The bug was caused by ignoring the tree created when replaying the patches
  from the marks file (first call to hashedTreeIO) and then starting the
  actual conversion from an empty tree (second call to hashedTreeIO). The
  simple fix is to use the result from the first call as the starting point
  for the second one.
Attachments
msg17989 (view) Author: bfrk Date: 2015-02-02.23:02:17
Self-accepting: this is (with hindsight!) an obvious fix involving only
two lines of code.
History
Date User Action Args
2015-02-02 14:49:47bfrkcreate
2015-02-02 20:42:57bfrksetstatus: needs-screening -> needs-review
2015-02-02 23:02:17bfrksetstatus: needs-review -> accepted
messages: + msg17989