/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: 2019-07-07 20:43:57 UTC
  • mfrom: (7370 work)
  • mto: This revision was merged to the branch mainline in revision 7378.
  • Revision ID: jelmer@jelmer.uk-20190707204357-82bayabtwikhoi0i
merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
* Automatically upgrade to branch format 8 when setting branch references.
55
55
  (Jelmer Vernooij)
56
56
 
 
57
* The ``ssh`` configuration variable can be used to set the default
 
58
  SSH implementation. (Jelmer Vernooij, #650757)
 
59
 
 
60
* ``locks.steal_dead`` is now enabled by default.
 
61
  (Jelmer Vernooij, #220464)
 
62
 
 
63
* The substitution variables for the ``change_editor`` configuration
 
64
  option are now "{old_path}" and "{new_path}" rather than "@old_path" and
 
65
  "@new_path". The former is more consistent with the way substitutions
 
66
  work in other configuration options. The old syntax is still supported.
 
67
  (Jelmer Vernooij, #708718)
 
68
 
57
69
* The ``brz inventory`` command now accepts a ``--include-root``
58
70
  argument to show the tree root. (Jelmer Vernooij)
59
71
 
67
79
  (i.e. when a non-int is specified as the value for an integer
68
80
  parameter) (#237844, Jelmer Vernooij)
69
81
 
 
82
* Don't include timestamps in filenames when reporting on binary
 
83
  files in diff. (Jelmer Vernooij, #71307)
 
84
 
70
85
* Ignore UnknownFormatErrors when scanning for control directories.
71
86
  (Jelmer Vernooij, #468332)
72
87
 
84
99
* New ``Tree.get_transform`` method for getting a ``TreeTransform``
85
100
  object. (Jelmer Vernooij)
86
101
 
 
102
* ``Repository.find_branches`` now returns an iterator rather than a
 
103
  list. (Jelmer Vernooij, #413970)
 
104
 
87
105
* New ``Tree.get_nested_tree`` method for retrieving a nested tree.
88
106
  (Jelmer Vernooij)
89
107