~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: Aaron Bentley
  • Date: 2007-11-29 15:32:09 UTC
  • mto: This revision was merged to the branch mainline in revision 3050.
  • Revision ID: abentley@panoramicfeedback.com-20071129153209-5tozhsbqgf1jj9ck
Fix deprecation and wrong-format usage

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
        """
143
143
        return False, False
144
144
 
 
145
    @deprecated_method(symbol_versioning.zero_ninetythree)
145
146
    def diff(self, text_diff, from_label, tree, to_label, to_entry, to_tree,
146
147
             output_to, reverse=False):
147
148
        """Perform a diff from this to to_entry.