~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-02 18:21:51 UTC
  • mfrom: (6531 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6535.
  • Revision ID: jelmer@samba.org-20120702182151-zk9utamutjtjhipq
mergeĀ lp:bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
.. New commands, options, etc that users may wish to try out.
22
22
 
 
23
* New option ``--overwrite-tags`` for ``bzr pull`` and ``bzr push``.
 
24
  (Jelmer Vernooij, #681792)
 
25
 
23
26
Improvements
24
27
************
25
28
 
35
38
.. Fixes for situations where bzr would previously crash or give incorrect
36
39
   or undesirable results.
37
40
 
 
41
* "bzr missing" now shows tag names when displaying revision information.
 
42
  (#559072, Neil Martinsen-Burrell)
 
43
 
 
44
* Implement ``ResponseFile.readline`` and ``ReponseFile.tell``,
 
45
  fixing some clones over HTTP. (Jelmer Vernooij, #963769)
 
46
 
38
47
Documentation
39
48
*************
40
49
 
49
58
.. Changes that may require updates in plugins or other code that uses
50
59
   bzrlib.
51
60
 
 
61
* Remove deprecated Branch.import_last_revision(). (Jelmer Vernooij)
 
62
 
 
63
* Remove deprecated Repository.iter_reverse_revision_history().
 
64
  (Jelmer Vernooij)
 
65
 
 
66
* Remove deprecated ``RepositoryFormat.register_format``.
 
67
  (Jelmer Vernooij)
 
68
 
 
69
* The previously deprecated ``bzrlib.annotate.annotate_file`` function
 
70
  has been removed. (Jelmer Vernooij)
 
71
 
52
72
Internals
53
73
*********
54
74
 
58
78
Testing
59
79
*******
60
80
 
61
 
.. Fixes and changes that are only relevant to bzr's test framework and 
62
 
   suite.  This can include new facilities for writing tests, fixes to 
63
 
   spurious test failures and changes to the way things should be tested.
64
 
 
 
81
* Fix test failures by removing a remaining reference to ``features.sphinx``
 
82
  which isn't needed anymore since we don't test the texinfo sphinx builder
 
83
  anymore either. (Vincent Ladeuil)
65
84
 
66
85
bzr 2.6b1
67
86
#########