/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/release-notes/brz-3.0.txt

  • Committer: Jelmer Vernooij
  • Date: 2017-06-10 00:52:08 UTC
  • mfrom: (6675 work)
  • mto: (6670.4.8 move-bzr)
  • mto: This revision was merged to the branch mainline in revision 6681.
  • Revision ID: jelmer@jelmer.uk-20170610005208-dthx80fkolfpsenj
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
   (https://help.launchpad.net/VcsImports).
35
35
   (Colin Watson, #254567, #483689)
36
36
 
 
37
 * brz no longer supports building the C extensions using Pyrex.
 
38
   Only Cython is supported. (Jelmer Vernooij)
 
39
 
 
40
 * Support for HTTP support using "pycurl" and the associated
 
41
   URL schemes "http+pycurl://" and "https+pycurl://" has been dropped.
 
42
   (Jelmer Vernooij, #82086, #377389, #122258, #516222, #545776, #1696602)
 
43
 
37
44
New Features
38
45
************
39
46
 
48
55
 * The 'upload' plugin is now bundled with Bazaar.
49
56
   (Jelmer Vernooij)
50
57
 
 
58
 * The 'email' plugin is now bundled with Bazaar.
 
59
   (Jelmer Vernooij)
 
60
 
51
61
 * The 'import' command is now bundled with brz.
52
62
   Imported from bzrtools by Aaron Bentley. (Jelmer Vernooij, #773241)
53
63
 
 
64
 * The 'fetch-ghosts' command is now bundled with brz.
 
65
   Imported from bzrtools by Aaron Bentley. (Jelmer Vernooij)
 
66
 
54
67
Improvements
55
68
************
56
69
 
90
103
   and ``WorkingTree.controldir``, respectively.
91
104
   (Jelmer Vernooij, #1695774)
92
105
 
 
106
 * ``BzrBranch`` and the various bzr branch format implementations
 
107
   have been moved to ``breezy.bzr``. (Jelmer Vernooij)
 
108
 
 
109
 * ``MetaDirBranchFormatFactory`` has been removed.
 
110
   Use lazy registration on ``breezy.branch.format_registry``
 
111
   instead. (Jelmer Vernooij)
 
112
 
 
113
 * ``breezy.bzrdir.format_registry`` has been removed; use
 
114
   ``breezy.controldir.format_registry`` instead.
 
115
   (Jelmer Vernooij)
 
116
 
93
117
Internals
94
118
*********
95
119
 
99
123
Testing
100
124
*******
101
125
 
102
 
.. Fixes and changes that are only relevant to brz's test framework and 
103
 
   suite.  This can include new facilities for writing tests, fixes to 
104
 
   spurious test failures and changes to the way things should be tested.
105
 
 
 
126
 * A test isolation issue in ``breezy.tests.test_ui`` was fixed,
 
127
   which caused ``output_encoding = iso-8859-1`` to be added to the
 
128
   users' bazaar.conf. (Jelmer Vernooij)
106
129
 
107
130
..
108
131
   vim: tw=74 ft=rst ff=unix