[darcs-devel] [issue2427] incremental darcs convert export is broken

noreply bugs at darcs.net
Mon Feb 2 23:03:43 UTC 2015


noreply <noreply at darcs.net> added the comment:

The following patch sent by Ben Franksen <benjamin.franksen at helmholtz-berlin.de> updated issue issue2427 with
status=resolved;resolvedin=2.10.0 HEAD

* resolve issue2427: start conversion from intermediate tree state 
Ignore-this: d1f5e117b0304dd0bf5f54a82f6546a3

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.

__________________________________
Darcs bug tracker <bugs at darcs.net>
<http://bugs.darcs.net/issue2427>
__________________________________


More information about the darcs-devel mailing list