[PATCH][BUG] BZR_PLUGIN_PATH='' loads from ~/.bzr.conf/plugins

Harald Meland harald.meland at usit.uio.no
Mon Jun 27 15:55:38 BST 2005


[John A Meinel]

>     bzrpath = os.environ.get('BZR_PLUGIN_PATH')
>     if bzrpath is None:
>         bzrpath = DEFAULT_PLUGIN_PATH

Isn't this merely a verbose way of saying:

  bzrpath = os.environ.get('BZR_PLUGIN_PATH', DEFAULT_PLUGIN_PATH)

?
-- 
Harald




More information about the bazaar mailing list