/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: Aaron Bentley
  • Date: 2007-03-07 23:15:10 UTC
  • mto: (1551.19.24 Aaron's mergeable stuff)
  • mto: This revision was merged to the branch mainline in revision 2325.
  • Revision ID: abentley@panoramicfeedback.com-20070307231510-jae63zsli83db3eb
Make ChangeReporter private

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)