/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.1.txt

  • Committer: Jelmer Vernooij
  • Date: 2020-05-06 02:13:25 UTC
  • mfrom: (7490.7.21 work)
  • mto: This revision was merged to the branch mainline in revision 7501.
  • Revision ID: jelmer@jelmer.uk-20200506021325-awbmmqu1zyorz7sj
Merge 3.1 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 * When pushing to Git repositories, symrefs are now followed.
74
74
   (Jelmer Vernooij, #1800393)
75
75
 
 
76
 * New ``brz clone`` command, which clones everything under
 
77
   a control directory. I.e. all colocated branches, like
 
78
   ``git clone``. (Jelmer Vernooij, #831939)
 
79
 
 
80
 * ``brz sprout`` is now an alias for ``brz branch``.
 
81
   (Jelmer Vernooij)
 
82
 
 
83
 * ``brz branch`` now accepts a ``-b`` flag with the
 
84
   name of the colocated branch to sprout.
 
85
   (Jelmer Vernooij, #1869977)
 
86
 
 
87
 * Add a ``breezy.__main__`` module so that
 
88
   ``python3 -m breezy`` works. (Jelmer Vernooij)
 
89
 
76
90
Improvements
77
91
************
78
92
 
117
131
 * ``.git/config`` is now consulted to determine the users' identity
118
132
   for commits, and the gpg_signing_key. (Jelmer Vernooij)
119
133
 
 
134
 * Ignore special files (fifos, block/character devices, sockets)
 
135
   when finding changes in Git working trees. (Jelmer Vernooij, #1857244)
 
136
 
 
137
 
120
138
Bug Fixes
121
139
*********
122
140
 
154
172
* Fix ``setup_ui=False`` when initializing Breezy.
155
173
  (Jelmer Vernooij, #1852647)
156
174
 
 
175
* Fix backwards compatibility with Bazaar by supporting the
 
176
  $BZR_EMAIL variable. (Jelmer Vernooij, #1869178)
 
177
 
 
178
* Cope with non-ascii characters in Git signatures.
 
179
  (Jelmer Vernooij, #1869533)
 
180
 
157
181
Documentation
158
182
*************
159
183