/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/status.py

  • Committer: Kent Gibson
  • Date: 2007-03-11 13:44:18 UTC
  • mfrom: (2334 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2350.
  • Revision ID: warthog618@gmail.com-20070311134418-nu57arul94zawbj4
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
            if short:
149
149
                changes = new._iter_changes(old, show_unchanged, specific_files,
150
150
                    require_versioned=False, want_unversioned=want_unversioned)
151
 
                reporter = _mod_delta.ChangeReporter(output_file=to_file,
 
151
                reporter = _mod_delta._ChangeReporter(output_file=to_file,
152
152
                    unversioned_filter=new.is_ignored)
153
153
                _mod_delta.report_changes(changes, reporter)
154
154
            else: