~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/info.py

  • Committer: Martin Pool
  • Date: 2005-05-11 06:12:44 UTC
  • Revision ID: mbp@sourcefrog.net-20050511061244-b0eed343857f10d3
- remove dead code for cmd_compare_trees
- compare_trees new parameter want_unchanged to avoid allocating
  strings if not needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    basis = b.basis_tree()
50
50
    working = b.working_tree()
51
51
    work_inv = working.inventory
52
 
    delta = diff.compare_trees(basis, working)
 
52
    delta = diff.compare_trees(basis, working, want_unchanged=True)
53
53
    
54
54
    print
55
55
    print 'in the working tree:'