I'm often seeing the same oddities since some days, when I've switched
to the same version of darcs as the OP.
$ darcs --version
2.9.7 (+ 143 patches)
Not sure which version was using before (sorry, deleted), but it was
some patches before the new implementation of the patience algorithm.
Attached there's a sample repo that shows the wrong behaviour. The
(untracked) darcs.t.patch file is a diff between the recorded darcs.t
file and it's actual state. Please note that the myers algorithm shows
the correct changes (and it's always been during these days, also during
recordings).
-- wrong:
$ darcs wh -s
M ./darcs.t -40 +36
$ darcs wh | tail -n3
hunk ./darcs.t 52
-
-}
-- correct:
$ darcs wh -s --myers M ./darcs.t -32 +29
$ darcs wh --myers | tail -n2
hunk ./darcs.t 52
-
Thanks,
Gian Piero.
Attachments
|