-
Committer:
Robert Collins
-
Date:
2007-08-29 01:16:53 UTC
-
mto:
This revision was merged to the branch mainline in
revision
2764.
-
Revision ID:
robertc@robertcollins.net-20070829011653-lb22o8no67g4y7yp
 * ``bzr plugins`` now lists the version number for each plugin in square
   brackets after the path. (Robert Collins, #125421)
 * ``bzrlib.plugin.all_plugins`` has been deprecated in favour of
   ``bzrlib.plugin.plugins()`` which returns PlugIn objects that provide
   useful functionality for determining the path of a plugin, its tests, and
   its version information. (Robert Collins)