~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2009-07-20 06:58:15 UTC
  • mfrom: (4551 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4552.
  • Revision ID: andrew.bennetts@canonical.com-20090720065815-mgzvjj90jsz2lzo5
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
* ``bzr mv`` no longer takes out branch locks, which allows it to work
34
34
  when the branch is readonly. (Robert Collins, #216541)
35
35
 
36
 
* Fixed a NameError when merging or pulling from a URL that causes a
37
 
  redirection loop when bzr tries to read a URL as a bundle.
 
36
* ``bzr serve`` once again applies a ``ChrootServer`` to the given
 
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.
38
41
  (Andrew Bennetts, #400847)
39
42
  
40
43
* Fixed spurious "Source branch does not support stacking" warning when
41
44
  pushing. (Andrew Bennetts, #388908)
42
 
  
 
45
 
 
46
* Merge now correctly handles empty right-hand revision specs.
 
47
  (Aaron Bentley, #333961)
 
48
 
43
49
* Renames to lexographically lower basenames in trees that have never been
44
50
  committed to will no longer corrupt the dirstate. This was caused by an
45
51
  bug in the dirstate update_minimal method. (Robert Collins, #395556)