~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2012-06-20 15:48:57 UTC
  • mfrom: (6524.2.6 config-branchname)
  • Revision ID: pqm@pqm.ubuntu.com-20120620154857-e8a2fxwsgdxm87y1
(abentley) Add branchname config variable (Aaron Bentley)

Show diffs side-by-side

added added

removed removed

Lines of Context:
333
333
itself is defined as the relative path between the section name and the
334
334
location it matches.
335
335
 
 
336
Another such option is ``branchname``, which refers to the name of a colocated
 
337
branch.  For non-colocated branches, it behaves like basename.  It can be used
 
338
like this::
 
339
 
 
340
  [/home/vila/src/bzr/bugs]
 
341
  mypush = lp:~vila/bzr/{branchname}
 
342
 
 
343
When used with a colocated branch named ``832013-expand-in-stack``, we'll get::
 
344
 
 
345
  bzr config mypush
 
346
  lp:~vila/bzr/832013-expand-in-stack
 
347
 
336
348
When an option is local to a Section, it cannot be referred to from option
337
349
values in any other section from the same ``Store`` nor from any other
338
350
``Store``.