130
130
* ``bzrlib.branchbuilder.BranchBuilder.build_snapshot`` now accepts a
131
131
``message_callback`` in the same way that commit does. (Robert Collins)
133
137
* ``bzrlib.commands.run_bzr`` is more extensible: callers can supply the
134
138
functions to load or disable plugins if they wish to use a different
135
139
plugin mechanism; the --help, --version and no-command name code paths
136
140
now use the generic pluggable command lookup infrastructure.
139
146
* The methods ``BzrDir.create_branch()``, ``BzrDir.destroy_branch()`` and
140
147
``BzrDir.open_branch()`` now take an optional ``name`` argument.