~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-12-12 02:28:39 UTC
  • mfrom: (2163.1.5 fileids_altered_merged)
  • Revision ID: pqm@pqm.ubuntu.com-20061212022839-782ee5cf2ddd2647
(John Arbash Meinel) Tune fileids_altered_by_revision_ids

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    * Fix ``iter_lines_added_or_present_in_versions`` to use a set instead
19
19
      of a list while checking if a revision id was requested. Takes 10s
20
20
      off of the ``fileids_affected_by_revision_ids`` time, which is 10s
21
 
      of the ``bzr branch`` time. (John Arbash Meinel)
 
21
      of the ``bzr branch`` time. Also improve ``fileids_...`` time by
 
22
      filtering lines with a regex rather than multiple ``str.find()``
 
23
      calls. (saves another 300ms) (John Arbash Meinel)
22
24
 
23
25
    * Policy can be set for each configuration key. This allows keys to be
24
26
      inherited properly across configuration entries. For example, this