~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/configuration.txt

  • Committer: Vincent Ladeuil
  • Date: 2011-08-09 12:49:08 UTC
  • mto: This revision was merged to the branch mainline in revision 6060.
  • Revision ID: v.ladeuil+lp@free.fr-20110809124908-aok36t6x2y0thov1
Fix news entry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
* default: the default value that Stack.get() should return if no
20
20
  value can be found for the option.
21
21
 
22
 
* help: a doc string describing the option, the first line should be a
23
 
  summary and can be followed by a blank line and a more detailed
24
 
  explanation.
 
22
Since plugins should be able to lazily register options, the associated help
 
23
is not part of the object but provided at registration time.
25
24
 
26
25
Sections
27
26
--------