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

  • Committer: Martin Pool
  • Date: 2008-03-18 05:56:06 UTC
  • mto: This revision was merged to the branch mainline in revision 3294.
  • Revision ID: mbp@sourcefrog.net-20080318055606-vwqdud0sxpgppybi
Add one_four deprecation

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
one_one = "%s was deprecated in version 1.1."
72
72
one_two = "%s was deprecated in version 1.2."
73
73
one_three = "%s was deprecated in version 1.3."
 
74
one_four = "%s was deprecated in version 1.4."
74
75
 
75
76
def set_warning_method(method):
76
77
    """Set the warning method to be used by this module.