~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-10-13 06:41:21 UTC
  • mfrom: (1911.4.17 registry)
  • Revision ID: pqm@pqm.ubuntu.com-20061013064121-50dd056d490840cd
(John Arbash Meinel) Add a Registry class to help make registry functionality consistent

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
2
2
 
3
3
  IMPROVEMENTS:
 
4
 
4
5
    * ``bzr help commands`` output is now shorter (Aaron Bentley)
5
6
 
6
7
    * ``bzr`` now uses lazy importing to reduce the startup time. This has
8
9
      little to do. For example ``bzr rocks`` time is down to 116ms from
9
10
      283ms. (John Arbash Meinel)
10
11
 
 
12
    * New Registry class to provide name-to-object registry-like support,
 
13
      for example for schemes where plugins can register new classes to
 
14
      do certain tasks (e.g. log formatters). Also provides lazy registration
 
15
      to allow modules to be loaded on request. (John Arbash Meinel, Adeodato
 
16
      Simó)
 
17
 
11
18
  INTERNALS:
12
19
 
13
20
    * ``TestCase.run_bzr``, ``run_bzr_captured``, and ``run_bzr_subprocess``