~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-08 19:00:04 UTC
  • mfrom: (6468.5.3 expand-default-true)
  • Revision ID: pqm@pqm.ubuntu.com-20120308190004-lcbg2t0ksaydkot2
(vila) This turns config option expansion on by default. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
.. Major internal changes, unlikely to be visible to users or plugin 
87
87
   developers, but interesting for bzr developers.
88
88
 
 
89
* Turn config option expansion on by default. The only options for which
 
90
  this should be disabled are templates which should already have used
 
91
  conf.get(option, expand=False) or conf.get_user_option(option,
 
92
  expand=False). (Vincent Ladeuil)
 
93
 
89
94
Testing
90
95
*******
91
96