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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-12-22 01:37:06 UTC
  • mfrom: (2208.3.1 extra_delta)
  • Revision ID: pqm@pqm.ubuntu.com-20061222013706-0e1cb801c2e0ec9d
(mbp) remove redundant tree delta from info (r=wouter,john)

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]