~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/osutils.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-06-17 17:35:17 UTC
  • mfrom: (5303.2.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100617173517-cldr2otzfopnb5g1
(vila) Show unicode filenames in diff headers using terminal encoding
        (Alexander Belchenko)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1968
1968
    return user_encoding
1969
1969
 
1970
1970
 
 
1971
def get_diff_header_encoding():
 
1972
    return get_terminal_encoding()
 
1973
 
 
1974
 
1971
1975
def get_host_name():
1972
1976
    """Return the current unicode host name.
1973
1977