~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-26 07:30:03 UTC
  • mfrom: (2375.1.7 remove-branch-transaction)
  • Revision ID: pqm@pqm.ubuntu.com-20070326073003-37941d0fa5a5a6c4
(Andrew Bennetts) Replace Branch.get_transaction and associated infrastructure with simpler caching of revision history.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
      trees. (We were reading the working inventory too many times).
13
13
      (John Arbash Meinel)
14
14
 
 
15
    * Remove ``Branch.get_transaction()`` in favour of a simple cache of
 
16
      ``revision_history``.  Branch subclasses should override
 
17
      ``_gen_revision_history`` rather than ``revision_history`` to make use of
 
18
      this cache, and call ``_clear_revision_history_cache`` and
 
19
      ``_cache_revision_history`` at appropriate times. (Andrew Bennetts)
 
20
 
15
21
  BUGFIXES:
16
22
 
17
23
    * Take smtp_server from user config into account.