~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Ian Clatworthy
  • Date: 2009-04-03 02:29:30 UTC
  • mto: This revision was merged to the branch mainline in revision 4259.
  • Revision ID: ian.clatworthy@canonical.com-20090403022930-epud0dn5421fp0a0
chk_map code from brisbane-core

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
Internals
240
240
*********
241
241
 
 
242
* Added ``chk_map`` for fast, trie-based storage of tuple to string maps.
 
243
  (Robert Collins, John Arbash Meinel, Vincent Ladeuil)
 
244
 
242
245
* ``Branch._get_config`` has been added, which splits out access to the
243
246
  specific config file from the branch. This is used to let RemoteBranch
244
247
  avoid constructing real branch objects to access configuration settings.