[ANN] Olive 0.11.0 released
Szilveszter Farkas
szilveszter.farkas at gmail.com
Thu Sep 28 15:38:33 BST 2006
Hi,
> Branch -> Initialize
> Traceback (most recent call last):
> File "c:\Python25\Lib\site-packages\olive\handler.py", line 181, in on_menuitem_branch_initialize_activate
> except NotBranchError:
> NameError: global name 'NotBranchError' is not defined
I'm really sorry for this. There were pretty big code changes in the
background, and not all functions were tested. Now it should be fixed
in the main development branch. Maybe I'll release a 0.11.1 soon...
> File -> Add
> Traceback (most recent call last):
> File "c:\Python25\Lib\site-packages\olive\menu.py", line 146, in add_file
> bzrlib.add.smart_add([directory + '/' + filename])
> NameError: global name 'bzrlib' is not defined
>
> File -> Remove
> Traceback (most recent call last):
> File "c:\Python25\Lib\site-packages\olive\menu.py", line 166, in remove_file
> wt, path = WorkingTree.open_containing(directory+'/'+filename)
> NameError: global name 'WorkingTree' is not defined
Matthieu has right, these are not Olive's fault...
Cheers,
Szilveszter
More information about the bazaar
mailing list