~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/en/configuration.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-02-24 13:55:32 UTC
  • mfrom: (5549.1.33 expand-options)
  • Revision ID: pqm@pqm.ubuntu.com-20110224135532-b5zu78in53r1ptc1
(vila) Add the opt-in ability to expand options in config files (Vincent
 Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
    email            = John Doe <jdoe@isp.com>
259
259
    check_signatures = require
260
260
 
 
261
A variable can reference other variables **in the same configuration file** by
 
262
enclosing them in curly brackets::
 
263
 
 
264
    my_branch_name = feature_x
 
265
    my_server      = bzr+ssh://example.com
 
266
    push_location   = {my_server}/project/{my_branch_name}
 
267
 
261
268
 
262
269
Variable policies
263
270
^^^^^^^^^^^^^^^^^