~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/admin-guide/hooks-plugins.txt

  • Committer: Robert Collins
  • Date: 2010-02-27 12:27:33 UTC
  • mto: This revision was merged to the branch mainline in revision 5061.
  • Revision ID: robertc@robertcollins.net-20100227122733-2o3me3fkk3pk36ns
``bzrlib.branchbuilder.BranchBuilder.build_snapshot`` now accepts a
``message_callback`` in the same way that commit does. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
purposes, as well as for backups and mirroring.
23
23
 
24
24
Information on the whole range of Bazaar plugins is available at
25
 
http://doc.bazaar.canonical.com/plugins/en/.  For purposes of installation,
 
25
http://doc.bazaar-vcs.org/en/plugin-guide.  For purposes of installation,
26
26
plugins are simply python packages.  They can be installed alongside Bazaar in
27
27
the ``bzrlib.plugins`` package using each plugin's ``setup.py``.  They can
28
28
also be installed in the plugin path which is the user's ``~/.bazaar/plugins``