~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 13:51:55 UTC
  • mto: (6059.4.3 migrate-config-options)
  • mto: This revision was merged to the branch mainline in revision 6063.
  • Revision ID: v.ladeuil+lp@free.fr-20110809135155-yd3uqzktiqsfrbsj
Implement from_unicode to convert config option values from store.

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