~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-10-06 06:24:02 UTC
  • mto: This revision was merged to the branch mainline in revision 2071.
  • Revision ID: john@arbash-meinel.com-20061006062402-bd9aa74abbcdfe67
NEWS about improved startup times

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 168ms from
 
9
      283ms. (John Arbash Meinel)
 
10
 
6
11
  INTERNALS:
7
12
 
8
13
    * ``TestCase.run_bzr``, ``run_bzr_captured``, and ``run_bzr_subprocess``