~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Robert Collins
  • Date: 2010-06-21 22:29:38 UTC
  • mfrom: (5230.1.5 340394-encoding-option)
  • mto: This revision was merged to the branch mainline in revision 5317.
  • Revision ID: robertc@robertcollins.net-20100621222938-2ca4dybx3c55huhn
Polish and adjust news for Martin's output_encoding branch.

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