~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2006-07-20 21:51:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1877.
  • Revision ID: john@arbash-meinel.com-20060720215121-2e15a8db5ad5fac4
Add a function for adding runtime ignores.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
# Kept for compatibility with 0.8, it is considered deprecated to modify it
60
60
DEFAULT_IGNORE = deprecated_list(zero_nine, 'DEFAULT_IGNORE', [],
61
 
                    'Consider using bzrlib.ignores.add_unique_user_ignores')
 
61
                    'Consider using bzrlib.ignores.add_unique_user_ignores'
 
62
                    ' or bzrlib.ignores.add_runtime_ignores')
62
63
 
63
64
 
64
65
@deprecated_function(zero_seven)