[darcs-users] [patch330] Add a "buildbot-try" script to contrib that submits lo...

Petr Rockai me at mornfall.net
Fri Aug 6 12:08:52 UTC 2010


Eric Kow <kowey at darcs.net> 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.


More information about the darcs-users mailing list