/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_delta.py

  • Committer: Robert Collins
  • Date: 2007-04-23 02:29:35 UTC
  • mfrom: (2441 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2442.
  • Revision ID: robertc@robertcollins.net-20070423022935-9hhongamvk6bfdso
Resolve conflicts with bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        result = []
45
45
        def result_line(format, *args):
46
46
            result.append(format % args)
47
 
        reporter = _mod_delta.ChangeReporter(result_line,
 
47
        reporter = _mod_delta._ChangeReporter(result_line,
48
48
            unversioned_filter=unversioned_filter)
49
49
        reporter.report(file_id, (old_path, path), versioned_change, renamed,
50
50
            modified, exe_change, kind)