~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/info.py

  • Committer: Martin Pool
  • Date: 2006-12-21 06:00:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2213.
  • Revision ID: mbp@sourcefrog.net-20061221060017-jwvxno0t642hhmxk
remove unnecessary tree delta in info calculation

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]