~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-18 04:37:30 UTC
  • mfrom: (4160.1.1 BzrDir.pre_open)
  • Revision ID: pqm@pqm.ubuntu.com-20090318043730-vt9fcxb6ndb8toxa
(robertc) Add BzrDir.pre_open hook for eventual use by the smart
        server. (Robert Collins, Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
    * New ``assertLength`` method based on one Martin has squirreled away
119
119
      somewhere. (Robert Collins, Martin Pool)
120
120
 
 
121
    * New hook ``BzrDir.pre_open`` which runs before opening ``BzrDir``
 
122
      objects, allowing better enforcement of the smart server jail when
 
123
      dealing with stacked branches. (Robert Collins, Andrew Bennetts)
 
124
 
121
125
    * New repository method ``refresh_data`` to cause any repository to
122
126
      make visible data inserted into the repository by a smart server
123
127
      fetch operation. (Robert Collins, Andrew Bennetts)