When I do
darcs get --tag=X
I get more patches than I asked for! It seems darcs get --tag just
obliterates patches from the end of the repo untill it hits the tag.
This is very, very bad. The current behaviour means I cannot use darcs
get --tag to reliably get a certain set of patches. Tags are the *only*
way in darcs to identify a version (a set of patches). I think
darcs get --tag=X repo
and
darcs initialize
darcs pull --tag=X repo
should always give the same result but it appears that this is not the
case: the latter works, the former does not.
|