~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-06-23 08:14:21 UTC
  • mfrom: (5311.4.1 encoding-option)
  • Revision ID: pqm@pqm.ubuntu.com-20100623081421-53539k281zgrktsu
(lifeless) Polish and adjust news for Martin's output_encoding branch.
 (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
496
496
    using deprecated formats.
497
497
 
498
498
 
 
499
Unicode options
 
500
---------------
 
501
 
 
502
output_encoding
 
503
~~~~~~~~~~~~~~~
 
504
 
 
505
A Python unicode encoding name for text output from bzr, such as log
 
506
information.  Values include: utf8, cp850, ascii, iso-8859-1.  The default
 
507
is the terminal encoding prefered by the operating system.
 
508
 
 
509
 
499
510
Branch type specific options
500
511
----------------------------
501
512