Rev 3126: find_previous_heads was deprecated in 0.91, not 0.93 in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
john at arbash-meinel.com
Tue Dec 18 18:25:32 GMT 2007
At http://bzr.arbash-meinel.com/branches/bzr/jam-integration
------------------------------------------------------------
revno: 3126
revision-id:john at arbash-meinel.com-20071218182512-147g8dhwfd3gv7dh
parent: john at arbash-meinel.com-20071218175211-ubjzvn1klrjb9nr0
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Tue 2007-12-18 12:25:12 -0600
message:
find_previous_heads was deprecated in 0.91, not 0.93
modified:
bzrlib/inventory.py inventory.py-20050309040759-6648b84ca2005b37
-------------- next part --------------
=== modified file 'bzrlib/inventory.py'
--- a/bzrlib/inventory.py 2007-12-18 15:22:47 +0000
+++ b/bzrlib/inventory.py 2007-12-18 18:25:12 +0000
@@ -50,7 +50,7 @@
BzrCheckError,
BzrError,
)
-from bzrlib.symbol_versioning import deprecated_method, one_zero
+from bzrlib.symbol_versioning import deprecated_method
from bzrlib.trace import mutter
@@ -198,7 +198,7 @@
candidates[ie.revision] = ie
return candidates
- @deprecated_method(one_zero)
+ @deprecated_method(symbol_versioning.zero_ninetyone)
def find_previous_heads(self, previous_inventories,
versioned_file_store,
transaction,
More information about the bazaar-commits
mailing list