/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-07-28 02:11:05 UTC
  • mfrom: (7490.40.78 work)
  • mto: This revision was merged to the branch mainline in revision 7520.
  • Revision ID: jelmer@jelmer.uk-20200728021105-fzq7g6f8bl1g0aet
Merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 * ``BzrDir.sprout`` now correctly handles the ``revision_id``
47
47
   argument when ``source_branch`` is None. (Jelmer Vernooij)
48
48
 
 
49
 * Warn when loading a plugin that is broken, but support
 
50
   ``suppress_warnings=load_plugin_failure`` to suppress it.
 
51
   (Jelmer Vernooij, #1882528)
 
52
 
 
53
 * Add a basic ``svn:`` revision spec. Currently this doesn't work,
 
54
   but it prevents the DWIM revision specifier from treating "svn:"
 
55
   as a URL. (Jelmer Vernooij)
 
56
 
49
57
Bug Fixes
50
58
*********
51
59
 
85
93
   is currently implemented for GitHub, GitLab and Launchpad.
86
94
   (Jelmer Vernooij)
87
95
 
 
96
 * Add a ``MemoryBranch`` implementation.  (Jelmer Vernooij)
 
97
 
 
98
 * A new ``Workspace`` interface is now available for efficiently
 
99
   making changes to large working trees from automation.
 
100
   (Jelmer Vernooij)
 
101
 
88
102
Testing
89
103
*******
90
104