~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: John Arbash Meinel
  • Date: 2007-12-18 18:25:12 UTC
  • mto: (3099.3.2 graph_optimization)
  • mto: This revision was merged to the branch mainline in revision 3124.
  • Revision ID: john@arbash-meinel.com-20071218182512-147g8dhwfd3gv7dh
find_previous_heads was deprecated in 0.91, not 0.93

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    BzrCheckError,
51
51
    BzrError,
52
52
    )
53
 
from bzrlib.symbol_versioning import deprecated_method, one_zero
 
53
from bzrlib.symbol_versioning import deprecated_method
54
54
from bzrlib.trace import mutter
55
55
 
56
56
 
198
198
                    candidates[ie.revision] = ie
199
199
        return candidates
200
200
 
201
 
    @deprecated_method(one_zero)
 
201
    @deprecated_method(symbol_versioning.zero_ninetyone)
202
202
    def find_previous_heads(self, previous_inventories,
203
203
                            versioned_file_store,
204
204
                            transaction,