~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/status.py

UnbreakĀ statusĀ --short.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
        try:
144
144
            _raise_if_nonexistent(specific_files, old, new)
145
145
            if short:
146
 
                changes = new._iter_changes(old, show_unchanged, specific_file,
 
146
                changes = new._iter_changes(old, show_unchanged, specific_files,
147
147
                    require_versioned=False)
148
148
                reporter = _mod_delta.ChangeReporter(old.inventory,
149
149
                    output_file=to_file)