67
67
has been renamed to ``transform.orphan_policy``.
70
* Backslash (\) is no longer accepted as a path separator
71
on platforms where it is not the default path separator,
72
e.g. POSIX systems. This is so that filenames with backslashes
73
in their name can be added explicitly. (#176263, #165151)
70
75
* One-letter shortcuts for Ubuntu releases are no
71
76
longer supported after 'ubuntu:'. Bazaar's mapping for
72
77
one-letter distroseries had not been updated since natty.
80
* The ``brz lp-mirror-branch`` subcommand has been removed.
81
Please use the ``lp-force-branch-mirror`` command from
82
the lptools package instead. (Jelmer Vernooij, #518807)
84
* Up-to-date checking for Bazaar packaging branches is no
85
longer performed, since there are no longer
86
any automated imports. (Jelmer Vernooij)
80
93
* The 'fastimport' plugin is now bundled with Breezy.
96
* The ``grep`` plugin has been merged into Breezy.
97
(Parth Malwankar, Martin Packman, Jelmer Vernooij)
83
99
* The 'stats' plugin is now bundled with Breezy.
118
134
* New ``lp-logout`` command to unset launchpad username.
119
135
(Jelmer Vernooij, #349143)
137
* Plugins can now be registered using the 'entrypoints' mechanism in
138
setuptools. (Jelmer Vernooij, #1802647)
140
* The Breezy UI now handles RCP-style URLs and suggests the
141
user specify either ``git+ssh`` or ``bzr+ssh``.
135
158
``RevisionTree.annotate_iter`` have been added. (Jelmer Vernooij,
161
* New ``lp+bzr://`` URL scheme for Bazaar-only branches on Launchpad.
164
* Report colocated branch information in ``brz info``.
165
(Jelmer Vernooij, #1803846)
177
206
* Support '0' markers in fastimport plugin. (Jelmer Vernooij, #1744615)
208
* Support adding/removing filenames that consist of just
209
backslashes in where backslash is not the path separator.
210
(Jelmer Vernooij, #176263, #165151)
179
212
* Report correct path in output of ``brz add``.
180
213
(Brian de Alwis, Jelmer Vernooij, #1799482)
215
* Don't report empty directories in git trees as changes.
216
(Jelmer Vernooij, #1804072)
218
* Fix support for 'brz ignore' in Git trees.
219
(Jelmer Vernooij, #1804053)
221
* Print a clearer error when GPG can't be found.
222
(Jelmer Vernooij, #1803898)
224
* Fix a corner case when moving files.
225
(Jelmer Vernooij, #533152)
227
* Fix fastexport output to standard output when
228
running under Python 3. (Jelmer Vernooij, #1805172)
230
* Restore absolute URLs in branch reference URLs. This is
231
needed for backwards compatibility with Bazaar.
232
(Jelmer Vernooij, #1803845)
234
* Don't report .git files as unknown files.
235
(Jelmer Vernooij, Debian Bug #921240)
303
361
e.g. leaking keys into the users' GNUPG directory.
304
362
(Jelmer Vernooij, #843885)
364
* Allow some slack when comparing times.
365
(Jelmer Vernooij, #1804121)
367
* Fix a spuriously failing fastexport test due to dictionary
368
ordering. (Jelmer Vernooij, #1808630)
307
371
vim: tw=74 ft=rst ff=unix