124
133
* ``bzrlib.branchbuilder.BranchBuilder.build_snapshot`` now accepts a
125
134
``message_callback`` in the same way that commit does. (Robert Collins)
127
140
* ``bzrlib.commands.run_bzr`` is more extensible: callers can supply the
128
141
functions to load or disable plugins if they wish to use a different
129
142
plugin mechanism; the --help, --version and no-command name code paths
130
143
now use the generic pluggable command lookup infrastructure.