~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2011-02-18 10:29:04 UTC
  • mto: This revision was merged to the branch mainline in revision 5684.
  • Revision ID: v.ladeuil+lp@free.fr-20110218102904-bb0akwfd2636kkb1
Mention {option} syntax in config files in doc.

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
^^^^^^^^^^^^^^^^^