~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-05-29 10:34:34 UTC
  • mfrom: (4390.2.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090529103434-04tivhvlg6aohfkj
(igc) make tags faster when on the mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
Improvements
19
19
************
20
20
 
21
 
* ``bzr branch`` in a shared repository is now faster for
22
 
  development6-rich-root format. (Ian Clatworthy)
23
 
 
24
 
* ``bzr branch --notree`` is now faster. (Ian Clatworthy)
25
 
 
26
 
* ``bzr diff`` is now faster on large trees. (Ian Clatworthy)
 
21
* Numerous operations are now faster for huge projects, i.e. those
 
22
  with a large number of files and/or a large number of revisions,
 
23
  particularly when the latest development format is used. These
 
24
  operations (and improvements on OpenOffice.org) include:
 
25
 
 
26
  * branch in a shared repository (2X faster)
 
27
  * branch --no-tree (100X faster)
 
28
  * diff (2X faster)
 
29
  * tags (70X faster)
 
30
 
 
31
  (Ian Clatworthy)
27
32
 
28
33
Bug Fixes
29
34
*********