~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2007-03-26 05:11:52 UTC
  • mto: This revision was merged to the branch mainline in revision 2376.
  • Revision ID: andrew.bennetts@canonical.com-20070326051152-1q3ntmsj2b4dv9k5
Remote Branch.get_transaction and friends.

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.
 
20
 
15
21
  BUGFIXES:
16
22
 
17
23
    * Take smtp_server from user config into account.