~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-20 07:58:14 UTC
  • mfrom: (4547.2.4 bundle-typo)
  • Revision ID: pqm@pqm.ubuntu.com-20090720075814-ft956w3a10qwaygk
(andrew) Fix NameError when handling redirection loops in
        read_mergeable_from_transport.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
* ``bzr serve`` once again applies a ``ChrootServer`` to the given
37
37
  directory before serving it. (Andrew Bennetts, #400535)
 
38
 
 
39
* Fixed a NameError that occurs when merging or pulling from a URL that
 
40
  causes a redirection loop when bzr tries to read a URL as a bundle.
 
41
  (Andrew Bennetts, #400847)
38
42
  
39
43
* Fixed spurious "Source branch does not support stacking" warning when
40
44
  pushing. (Andrew Bennetts, #388908)