Re: [matplotlib-devel] Merging instructions

2011-03-07 Thread Darren Dale
Hi Jouni, Thanks for doing this... On Mon, Mar 7, 2011 at 2:36 PM, Jouni K. Seppänen j...@iki.fi wrote: I just wrote this as a response to a question on https://github.com/matplotlib/matplotlib/pull/32 about how to merge to v1.0.x and master. Please feel free to comment or ask for details.

Re: [matplotlib-devel] Merging instructions

2011-03-07 Thread Darren Dale
On Mon, Mar 7, 2011 at 3:14 PM, Eric Firing efir...@hawaii.edu wrote: On 03/07/2011 09:36 AM, Jouni K. Seppänen wrote: I just wrote this as a response to a question on https://github.com/matplotlib/matplotlib/pull/32 about how to merge to v1.0.x and master. Please feel free to comment or ask

Re: [matplotlib-devel] Merging instructions

2011-03-07 Thread Jouni K . Seppänen
Eric Firing efir...@hawaii.edu writes: git pull --ff-only upstream v1.0.x (This assumes an upstream remote pointing to `git://github.com/matplotlib/matplotlib.git`.) Then merge your pull By default, however, if you have cloned from g...@github.com:matplotlib/matplotlib.git then

Re: [matplotlib-devel] Merging instructions

2011-03-07 Thread Eric Firing
On 03/07/2011 10:30 AM, Jouni K. Seppänen wrote: 5. v1.0.x doesn't merge cleanly into master What do you mean by this? What is the symptom? A merge conflict or (probably much less often) a test failure, because v1.0.x and master have diverged in the relevant part. An example is pull