~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-04-09 07:36:41 UTC
  • mfrom: (3297.3.7 unknown-response)
  • Revision ID: pqm@pqm.ubuntu.com-20080409073641-pvhyvdyt42fph5xf
Better infrastructure for dealing with 'bad request' responses from a
        smart server. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

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