~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2008-04-09 04:19:13 UTC
  • mto: This revision was merged to the branch mainline in revision 3349.
  • Revision ID: andrew.bennetts@canonical.com-20080409041913-a9kwi6v72b6s0vsg
Add NEWS entry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
 
188
188
  INTERNALS:
189
189
 
 
190
    * The ``read_response_tuple`` method of ``SmartClientRequestProtocol*``
 
191
      classes will now raise ``UnknownSmartMethod`` when appropriate, so that
 
192
      callers don't need to try distinguish unknown request errors from other
 
193
      errors.  (Andrew Bennetts)
 
194
      
190
195
    * ``VersionedFile`` now has a new method ``get_parent_map`` which, like
191
196
      ``Graph.get_parent_map`` returns a dict of key:parents. (Robert Collins)
192
197