~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
..
cache-remote-revisions.diff 688 19 years ago Martin Pool - add deferred patch from abentley to fetch rem 4.8 KB Diff Download File
cache_weave_inclusions.diff 1327 19 years ago Martin Pool - draft patch to cache weave inclusions (doesn't 2.5 KB Diff Download File
find-touching-from-seq.diff 631 19 years ago Martin Pool - add deferred patch for finding touching patches 2.7 KB Diff Download File
meta-data-in-inventory.patch 677 19 years ago Martin Pool - draft 'meta' command by john 10.4 KB Diff Download File
ndiff.patch 817 19 years ago Martin Pool - Deferred patch that uses Python ndiff format. 4.7 KB Diff Download File