~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/status.py

  • Committer: Robert Collins
  • Date: 2007-03-05 01:15:25 UTC
  • mto: (2255.11.4 dirstate)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: robertc@robertcollins.net-20070305011525-fakb9irlbxyxaukb
Change _iter_changes interface to yield both old and new paths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
            if short:
146
146
                changes = new._iter_changes(old, show_unchanged, specific_files,
147
147
                    require_versioned=False)
148
 
                reporter = _mod_delta.ChangeReporter(old.inventory,
149
 
                    output_file=to_file)
 
148
                reporter = _mod_delta.ChangeReporter(output_file=to_file)
150
149
                _mod_delta.report_changes(changes, reporter)
151
150
                short_status_letter = '? '
152
151
                list_paths('unknown', new.unknowns(), specific_files, to_file,