New submission from Eric Kow <[EMAIL PROTECTED]>:

Import of RT #552

jch <[EMAIL PROTECTED]> 2005-10-13
--------------------------------------------------
The functions get_matcher and get_before_matcher are not smart enough
about checkpoints. They unconditionally grab a pristine tree (which
might or might not involve patching from the latest checkpoint,
depending on the repo format) and then patch backwards from there.

Instead, they should fetch the checkpoint that's closest to the point
requested, and patch forwards or backwards from there.

We need an interface in the repository interface to find out which
checkpoints are available and pull them out of the repo. In order to
be efficient with Git repos (in the current mapping, David), this
interface should not require that a checkpoint be associated with a
tag.

Ideas for such welcome.

Juliusz

----------
messages: 1083
nosy: EricKow, droundy, jch, tommy
priority: bug
status: unread
title: Diff not smart about checkpoints
topic: FromRequestTracker

____________________________________
Darcs issue tracker <[EMAIL PROTECTED]>
<http://bugs.darcs.net/issue299>
____________________________________

_______________________________________________
darcs-devel mailing list
darcs-devel@darcs.net
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel

Reply via email to