~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 09:27:46 UTC
  • mto: This revision was merged to the branch mainline in revision 6059.
  • Revision ID: v.ladeuil+lp@free.fr-20110809092746-ly54u54pnykkes8p
Option help is now part of the object itself.

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
 
Since plugins should be able to lazily register options, the associated help
23
 
is not part of the object but provided at registration time.
 
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.
24
25
 
25
26
Sections
26
27
--------