[python-committers] [PSF-Members] Code Simplicity » Open Source Community, Simplified

Georg Brandl g.brandl at gmx.net
Fri Feb 4 18:54:21 CET 2011


Am 04.02.2011 18:03, schrieb Dirkjan Ochtman:
> On Fri, Feb 4, 2011 at 17:51, Barry Warsaw <barry at python.org> wrote:
>> Sure.  I guess my question is, what do *you* do in that case?  Are you blocked
>> because I didn't do my job properly?  Can you tell your merge to ignore my
>> change so you can keep making progress, complete your patch, and send me a
>> nastygram to finish my work? :)
> 
> You could:
> 
> - merge the other's stuff and tell them to check if you merged it correctly
> - don't merge the other's stuff and tell them to patch it in again
> - backout the other's stuff, proceed as planned (optionally re-commit
> other's stuff)
> 
> In general: sure, there are all kinds of ways to mangle history and
> make it work.

I think the easiest way would be to

- base your changes onto a revision that doesn't contain the other's
  unmerged change, and merge that one.

Georg



More information about the python-committers mailing list