~bzr-pqm/bzr/bzr.dev

  • Committer: Robert Collins
  • Date: 2005-10-16 00:22:17 UTC
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051016002217-aa38f9c1eb13ee48
Plugins are now loaded under bzrlib.plugins, not bzrlib.plugin.

Plugins are also made available for other plugins to use by making them 
accessible via import bzrlib.plugins.NAME. You should not import other
plugins during the __init__ of your plugin though, as no ordering is
guaranteed, and the plugins directory is not on the python path.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 1433 19 years ago Robert Collins merge in and make incremental Gustavo Niemeyers ne 11.5 KB Diff Download File
compressed_text.py 1433 19 years ago Robert Collins merge in and make incremental Gustavo Niemeyers ne 9 KB Diff Download File
text.py 1433 19 years ago Robert Collins merge in and make incremental Gustavo Niemeyers ne 5.6 KB Diff Download File
weave.py 1417.1.10 19 years ago Robert Collins add a cache bound to Transactions, and a precious 4.6 KB Diff Download File