Rev 3294: (mbp)(trivial) add 1.4 deprecation symbol in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Tue Mar 18 07:33:58 GMT 2008
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 3294
revision-id:pqm at pqm.ubuntu.com-20080318073347-z2ccntuesfa0c6ii
parent: pqm at pqm.ubuntu.com-20080318024945-zhs03078h06fbk6l
parent: mbp at sourcefrog.net-20080318055606-vwqdud0sxpgppybi
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2008-03-18 07:33:47 +0000
message:
(mbp)(trivial) add 1.4 deprecation symbol
modified:
bzrlib/symbol_versioning.py symbol_versioning.py-20060105104851-9ecf8af605d15a80
------------------------------------------------------------
revno: 3293.1.1
revision-id:mbp at sourcefrog.net-20080318055606-vwqdud0sxpgppybi
parent: pqm at pqm.ubuntu.com-20080318024945-zhs03078h06fbk6l
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: integration
timestamp: Tue 2008-03-18 16:56:06 +1100
message:
Add one_four deprecation
modified:
bzrlib/symbol_versioning.py symbol_versioning.py-20060105104851-9ecf8af605d15a80
=== modified file 'bzrlib/symbol_versioning.py'
--- a/bzrlib/symbol_versioning.py 2008-02-13 03:25:53 +0000
+++ b/bzrlib/symbol_versioning.py 2008-03-18 05:56:06 +0000
@@ -71,6 +71,7 @@
one_one = "%s was deprecated in version 1.1."
one_two = "%s was deprecated in version 1.2."
one_three = "%s was deprecated in version 1.3."
+one_four = "%s was deprecated in version 1.4."
def set_warning_method(method):
"""Set the warning method to be used by this module.
More information about the bazaar-commits
mailing list