~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-11 09:26:57 UTC
  • mfrom: (1996.3.37 use_lazy_importer)
  • Revision ID: pqm@pqm.ubuntu.com-20061011092657-e42bec6ef14c036c
(John Arbash Meinel) use lazy importing to improve startup time

Show diffs side-by-side

added added

removed removed

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