Shortly after tediously importing about thirty historical changesets
by hand, I realized I had imported the changes into the wrong
directory.
In such cases in the past, I have successfuly editing files in
_darcs/patches/ directly, but this time I thought I'd be clever,
serialize the patch bundle using darcs send -aO, and edit that.
That went perfectly, and as expected the hash didn't match anymore. I
tried to apply it with --debug and --verbose, expecting Darcs to tell
me what the patch SHOULD be, so I could simply edit the hash at the
bottom of the patch bundle. But Darcs didn't tell me, so I'll have to
spend another four hours tediously re-importing them. Grr!
|