~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.6.txt

  • Committer: Patch Queue Manager
  • Date: 2012-03-12 13:38:09 UTC
  • mfrom: (6478.2.1 path2id-list)
  • Revision ID: pqm@pqm.ubuntu.com-20120312133809-q6xr6ujz40gpucun
(jelmer) Reintroduce support for passing lists to Tree.path2id(). (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
.. Major internal changes, unlikely to be visible to users or plugin 
96
96
   developers, but interesting for bzr developers.
97
97
 
 
98
* ``Tree.path2id`` now once again accepts a list of path elements
 
99
  in addition to a path. (Jelmer Vernooij)
 
100
 
98
101
* Turn config option expansion on by default. The only options for which
99
102
  this should be disabled are templates which should already have used
100
103
  conf.get(option, expand=False) or conf.get_user_option(option,
107
110
   suite.  This can include new facilities for writing tests, fixes to 
108
111
   spurious test failures and changes to the way things should be tested.
109
112
 
110
 
 
111
113
..
112
114
   vim: tw=74 ft=rst ff=unix