[PATCH] better plugins with optional loading
Lalo Martins
lalo at exoweb.net
Thu Jun 16 07:02:27 BST 2005
sent this yesterday, but it never got though. Seems if you send two
replies to the same post in a few minutes, gmane discards the first one.
Which is probably not a bad thing, considering how much some people
spam ;-)
-------- Original Message --------
Cool.
And so says John Arbash Meinel on 06/15/2005 06:18 AM...
> *** modified file 'bzrlib/__init__.py'
> --- bzrlib/__init__.py
> +++ bzrlib/__init__.py
> @@ -23,6 +23,7 @@
> from diff import compare_trees
> from trace import mutter, warning, open_tracefile
> from log import show_log
> +from plugin import load_plugins
> import add
>
> BZRDIR = ".bzr"
> @@ -62,4 +63,4 @@
> return None
> except BzrError:
> return None
> -
> +
you don't need this part, though.
best,
Lalo Martins
--
So many of our dreams at first seem impossible,
then they seem improbable, and then, when we
summon the will, they soon become inevitable.
--
http://www.exoweb.net/ mailto:lalo at exoweb.net
GNU: never give up freedom http://www.gnu.org/
More information about the bazaar
mailing list