[MERGE] Fix typo in the deprecation string for 0.13

James Westby jw+debian at jameswestby.net
Thu Nov 2 21:58:52 GMT 2006


Hi,

There appears to be a copy+paste error in the string for deprecation
with zero_thirteen. The attached bundle fixes it.

An appropriate first patch I feel (assuming it passes code review).

James

-- 
  James Westby   --    GPG Key ID: B577FE13    --     http://jameswestby.net/
  seccure key - (3+)k7|M*edCX/.A:n*N!>|&7U.L#9E)Tu)T0>AM - secp256r1/nistp256
-------------- next part --------------
# Bazaar revision bundle v0.8
#
# message:
#   Fix string for deprecation warning for 0.13
# committer: James Westby <jw+debian at jameswestby.net>
# date: Thu 2006-11-02 21:41:38.914000034 +0000

=== modified file bzrlib/symbol_versioning.py
--- bzrlib/symbol_versioning.py
+++ bzrlib/symbol_versioning.py
@@ -44,7 +44,7 @@
 zero_ten = "%s was deprecated in version 0.10."
 zero_eleven = "%s was deprecated in version 0.11."
 zero_twelve = "%s was deprecated in version 0.12."
-zero_thirteen = "%s was deprecated in version 0.12."
+zero_thirteen = "%s was deprecated in version 0.13."
 
 
 def set_warning_method(method):

# revision id: jw+debian at jameswestby.net-20061102214138-4395ee87ed9264ed
# sha1: ba8c69b2505930c1f7e30cc8a38edc118c0729e4
# inventory sha1: 3b8ee3c820123fbf9264a8058f207f37276f72dd
# parent ids:
#   pqm at pqm.ubuntu.com-20061102105944-77e5667ce7540df5
# base id: pqm at pqm.ubuntu.com-20061102105944-77e5667ce7540df5
# properties:
#   branch-nick: bzr.dev.versionerror

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20061102/6711b28c/attachment.pgp 


More information about the bazaar mailing list