Hi, Stefan Monnier <[EMAIL PROTECTED]> writes:
>> Also, since changesets describe changes to a whole tree, applying them >> really requires that tree. > > No. The changesets have structure: you can easily get the patch you need > for the particular file you're interested in (if there is one, or just skip > the changeset else). You mean apply just the part of the changesets that touches the file you're interested in? I'm not sure there is so much to gain by doing so. First because you still have to extract the latest cached revision and this can take time, even if you ask `tar' to just extract a single file; second because you still have to fetch and unpack all the subsequent changesets as you mentioned. Thanks, Ludovic. _______________________________________________ Gnu-arch-users mailing list Gnu-arch-users@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/