~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2012-07-06 11:27:16 UTC
  • mfrom: (6534 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6535.
  • Revision ID: jelmer@samba.org-20120706112716-jcun7vvbpgmcplgz
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
* "bzr missing" now shows tag names when displaying revision information.
42
42
  (#559072, Neil Martinsen-Burrell)
43
43
 
 
44
* Fix ``branch.conf`` saving when unlocking the branch for BranchFormat4.
 
45
  (Vincent Ladeuil, #1020007)
 
46
 
44
47
* Implement ``ResponseFile.readline`` and ``ReponseFile.tell``,
45
48
  fixing some clones over HTTP. (Jelmer Vernooij, #963769)
46
49
 
 
50
 
47
51
Documentation
48
52
*************
49
53
 
58
62
.. Changes that may require updates in plugins or other code that uses
59
63
   bzrlib.
60
64
 
 
65
* Remove deprecated Repository.get_ancestry(). (Jelmer Vernooij)
 
66
 
61
67
* Remove deprecated Branch.import_last_revision(). (Jelmer Vernooij)
62
68
 
63
69
* Remove deprecated Repository.iter_reverse_revision_history().