~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-03-18 03:47:30 UTC
  • mto: This revision was merged to the branch mainline in revision 4162.
  • Revision ID: robertc@robertcollins.net-20090318034730-xex5ks3t5ct7gin6
Add a BzrDir.pre_open hook for use by the smart server gaol.

Show diffs side-by-side

added added

removed removed

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