~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 03:45:36 UTC
  • mfrom: (4159.1.2 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090318034536-m78yf86gruh3qvh3
make sha1_provider a parameter to DirState()

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
 
112
112
  INTERNALS:
113
113
 
 
114
    * ``DirState`` can now be passed a custom ``SHA1Provider`` object
 
115
      enabling it to store the sha1 and stat of the canonical (post
 
116
      content filtered) form. (Ian Clatworthy)
 
117
 
114
118
    * New ``assertLength`` method based on one Martin has squirreled away
115
119
      somewhere. (Robert Collins, Martin Pool)
116
120