92
99
* ``bzrlib.tests.run_suite`` accepts a runner_class parameter
93
100
supporting the use of different runners. (Robert Collins)
98
102
* New hook Commands['extend_command'] to allow plugins to access a
99
103
command object before the command is run (or help generated from
100
104
it), without overriding the command. (Robert Collins)
102
109
* ``Repository`` objects now have ``suspend_write_group`` and
103
110
``resume_write_group`` methods. These are currently only useful
104
111
with pack repositories. (Andrew Bennetts, Robert Collins)