~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/whats-new/whats-new-in-2.4.txt

  • Committer: Jelmer Vernooij
  • Date: 2011-02-24 16:09:47 UTC
  • mto: (5582.10.69 weave-fmt-plugin)
  • mto: This revision was merged to the branch mainline in revision 5688.
  • Revision ID: jelmer@samba.org-20110224160947-e7kqclxnjif28v5q
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
revisions from tags will always be present, so that operations like ``bzr
33
33
log -r tag:foo`` will always work.
34
34
 
 
35
Configuration files
 
36
*******************
 
37
 
 
38
Option values can now refer to other options in the same configuration file by
 
39
enclosing them in curly brackets (``{option}``). This is an opt-in feature
 
40
during the beta period controlled by the ``bzr.config.expand`` option that
 
41
should be declared in ``bazaar.conf`` and no other file.
 
42
 
35
43
Further information
36
44
*******************
37
45