~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2010-10-18 21:34:05 UTC
  • mto: This revision was merged to the branch mainline in revision 5509.
  • Revision ID: john@arbash-meinel.com-20101018213405-qn3biq5yu4i0axut
Fix bug #662053, 'bzr status' shouldn't fail
if the tree doesn't implement get_shelf_manager. Either that or
RevisionTree should be implementing it, but returning None, or something similar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
* Always set PATH in start_bzr.bat on Windows. (Matthäus G. Chajdas, #470264)
48
48
 
 
49
* ``bzr status -r X..Y`` was failing because RevisionTree didn't implement
 
50
  ``get_shelf_manager``. (John Arbash Meinel, #662053)
 
51
 
49
52
* Don't force openssh to use protocol=2, since that is now the default.
50
53
  (Neil Martinsen-Burrell, #561061)
51
54