4
5
* ``bzr help commands`` output is now shorter (Aaron Bentley)
6
12
* ``bzr`` now uses lazy importing to reduce the startup time. This has
7
13
a moderate effect on lots of actions, especially ones that have
8
14
little to do. For example ``bzr rocks`` time is down to 116ms from
9
15
283ms. (John Arbash Meinel)
13
25
* ``TestCase.run_bzr``, ``run_bzr_captured``, and ``run_bzr_subprocess``