~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-1.4.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-04-18 04:55:00 UTC
  • mfrom: (5784.2.1 754188-apport-test)
  • Revision ID: pqm@pqm.ubuntu.com-20110418045500-ce6lkgyiq7f47q43
(mbp) Rewrite test_report_bug_legacy away from using doctest (see bug
 764188) (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
 
171
171
* Fix a bug causing a ValueError crash in ``parse_line_delta_iter`` when
172
172
  fetching revisions from a knit to pack repository or vice versa using
173
 
  bzr:// (including over http or ssh).
 
173
  bzr:// (including over HTTP or SSH).
174
174
  (#208418, Andrew Bennetts, Martin Pool, Robert Collins)
175
175
 
176
176
* Fixed ``_get_line`` in ``bzrlib.smart.medium``, which was buggy.  Also