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.