[darcs-devel] darcs patch: fix bug in get_patches_beyond_tag that broke get --par...

David Roundy droundy at abridgegame.org
Sat Jul 23 06:05:15 PDT 2005


This is the patch that addresses the get --partial bug pointed out by John
Goerzen.  You can reproduce the bug by running

darcs get -v --partial http://darcs.complete.org/missingh

Sat Jul 23 08:55:07 EDT 2005  David Roundy <droundy at abridgegame.org>
  * fix bug in get_patches_beyond_tag that broke get --partial.
  The bug was that we sometimes looked at patches that weren't strictly
  necesary.  This was because of the concat in get_patches_beyond_tag, which
  loses information about tag dependencies.  A clean implementation of a
  get_extra that accepts a true PatchSet would be a nicer fix (since it might
  fix other similar problems), but this fix is also correct and simple.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-darcs-patch
Size: 19319 bytes
Desc: A darcs patch for your repository!
Url : http://lists.osuosl.org/pipermail/darcs-devel/attachments/20050723/f7847e22/attachment.bin


More information about the darcs-devel mailing list