/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 18:47:25 UTC
  • mfrom: (4519 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4521.
  • Revision ID: john@arbash-meinel.com-20090708184725-zo5zgwy9sui6gxue
Merge bzr.dev 4519 to resolve NEWS

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