~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/delta.py

  • Committer: Aaron Bentley
  • Date: 2007-02-01 14:04:15 UTC
  • mto: This revision was merged to the branch mainline in revision 2254.
  • Revision ID: abentley@panoramicfeedback.com-20070201140415-trnf1722qqwj2pg4
Clean up whitespace changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
    def report(self, file_id, path, versioned, renamed, modified, exe_change,
243
243
               kind):
244
244
        """Report one change to a file
245
 
       
 
245
 
246
246
        :param file_id: The file_id of the file
247
247
        :param path: The path the file has (or would have) in the tree (as
248
248
            generated by Tree._iter_changes)