Any incompatibilities between 0.6.2 and 0.7 releases?

John Arbash Meinel john at arbash-meinel.com
Mon Jan 30 01:17:34 GMT 2006


Robert Collins wrote:
> On Thu, 2006-01-26 at 08:04 -0600, John A Meinel wrote:
>> Martin Pool wrote:
>>> On 25 Jan 2006, John A Meinel <john at arbash-meinel.com> wrote:
>>>
>>>> You know, we probably should have fixed the exception. We could do a
>>>> 'try/except' around the import xml.sax and if it fails, we could let the
>>>> user know what is (probably) going on.
>>>>
>>>> I can put a quick fix into my jam-pending branch, though it is a little
>>>> late for 0.7 :)
>>> Yes, at least giving a specific error would be good.
>>>
>> How is this patch? It is a pretty simple fix, committed as revno 1510 on
>> my jam-pending branch.
> +1

Have you looked at the rest of my jam-pending branch so that I can just
merge the whole thing?

 1508 John Arbash Meinel        2006-01-23
      From Jari Alto: Makefile fixes (clean target error suppression)

This is small, just using find | xargs rm -f, rather than plain 'rm'.
Actually if we are fixing it, we probably should also use '-print0',
'xargs -0', in case we ever add files with spaces in their name.

 1509 John Arbash Meinel        2006-01-25
      Fix error when we can't find an editor

Catch subprocess's "Can't find program" exception, and try a different one.


 1510 John Arbash Meinel        2006-01-26
      Giving nicer warning when there is a leftover xml.pyc file.

This you just +1'd

 1511 John Arbash Meinel        2006-01-26
      Allow bzr selftest --one to continue, even if we have a Skipped test.

This is probably superceeded by whatever you changed for branch-formats,
so I can revert it if you like.

 1512 John Arbash Meinel        2006-01-26
      [merge] jam-integration 1512

 1513 John Arbash Meinel        2006-01-26
      [merge] win32: allow selftest to run without paramiko

I think Aaron already +1'd this one as well.

 1514 John Arbash Meinel        2006-01-26
      Changing the exception that sftp.py throws when it can't find
paramiko, so that the test suite can handle it.

This was done on Aaron's recommendation. But I do need a +1 for it.

John
=:->


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060129/f26ef79a/attachment.pgp 


More information about the bazaar mailing list