Eric Kow <[email protected]> writes: > On Fri, Aug 06, 2010 at 11:09:15 +0000, Petr Ročkai wrote: >> +# Make a repo that's intersection of the upstream and ours and then pull our >> +# local patches on top. I wish there was a better (faster) way to do this. >> +darcs init >> +darcs pull --intersection .. http://darcs.net/ -a >> +darcs changes --context > _context >> +darcs pull -a .. --verbose 2>&1 | tee _newpatches > > How about getting a known common tag and then the intersection from > there? How would you do that? I.e. how do you find such a tag, programatically? (I would rather not assume too much about what patches you have in your repo, since that could break in fairly interesting ways...)
Yours, Petr. _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
