~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: v.ladeuil+lp at free
  • Date: 2006-09-21 07:59:29 UTC
  • mto: (2051.1.1 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 2052.
  • Revision ID: v.ladeuil+lp@free.fr-20060921075929-3572272c52c8e14f
Fix bug #61606 by providing cloning hint do daughter classes.

* bzrlib/transport/http/__init__.py:
(HttpTransportBase.clone): We can't decide for the class daughters how
the cloning occurs. We just give them the hint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
  BUG FIXES:
39
39
 
 
40
    * Leave HttpTransportBase daughter classes decides how they
 
41
      implement cloning. (Vincent Ladeuil, #61606)
 
42
 
40
43
    * Raise WeaveFormatError rather than StopIteration when trying to read
41
44
      an empty Weave file. (John Arbash Meinel, #46871)
42
45