~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/info.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
    branch = working.branch
177
177
    basis = working.basis_tree()
178
178
    work_inv = working.inventory
179
 
    delta = working.changes_from(basis, want_unchanged=True)
180
179
    history = branch.revision_history()
181
180
    try:
182
181
        tree_last_id = working.get_parent_ids()[0]