~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/configuration.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-12 04:58:46 UTC
  • mfrom: (6059.1.3 boolean-option)
  • Revision ID: pqm@pqm.ubuntu.com-20110812045846-15hlipqj7f69wn7f
(vila) Implement boolean options. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
  summary and can be followed by a blank line and a more detailed
24
24
  explanation.
25
25
 
 
26
* from_unicode: a callable accepting a unicode string and returning a
 
27
  suitable value for the option. If the string cannot be coerced it should
 
28
  return None.
 
29
 
26
30
Sections
27
31
--------
28
32