/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/osutils.py

  • Committer: Vincent Ladeuil
  • Date: 2010-06-17 14:06:36 UTC
  • mfrom: (5258.1.6 diff-header-encoding)
  • mto: This revision was merged to the branch mainline in revision 5305.
  • Revision ID: v.ladeuil+lp@free.fr-20100617140636-zao2g52q6htkk228
Show unicode filenames in diff headers using terminal encoding

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