Comment 19 for bug 597891

Revision history for this message
John Szakmeister (jszakmeister) wrote : Re: [Bug 597891] Re: 'bzr reconcile' doesn't reconcile the branch

On Fri, Oct 15, 2010 at 6:25 AM, John Szakmeister <email address hidden> wrote:
> On Fri, Oct 15, 2010 at 6:21 AM, John Szakmeister <email address hidden> wrote:
>> On Fri, Oct 15, 2010 at 5:56 AM, Martin Pool <email address hidden> wrote:
>>> 2.2 tip also succeeds for me like this:
>
> Bah, I didn't try tip, I was just using 2.2.1.  You're right, 2.2 tip
> is succeeding.

It's more interesting than that. I decided to go rev hunting to see
which fix made the problem go away. My installed version of 2.2.1
*doesn't* work. However, if I branch the 2.2, and do 'bzr pull
--overwrite -r tag:bzr-2.2.1 .', and use that version, it *does*
work--when I don't use compiled extensions. It does fail with
compiled extensions. So I headed back to tip (I didn't actually try
the compiled extension), and repeated my test. For me: without
compiled extensions, it works. If I compile the extensions, it
doesn't work. :-(

-John