/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/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2009-07-08 14:40:29 UTC
  • mto: This revision was merged to the branch mainline in revision 4517.
  • Revision ID: john@arbash-meinel.com-20090708144029-2ey6t9jhfh8javk3
Make it clear that bzrlib.user_encoding is deprecated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
IGNORE_FILENAME = ".bzrignore"
38
38
 
39
39
 
40
 
# XXX: Compatibility. This should probably be deprecated
 
40
# XXX: Deprecated as of bzr-1.17 use osutils.get_user_encoding() directly
41
41
user_encoding = get_user_encoding()
42
42
 
43
43