~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/info.py

Basic BzrDir support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
    count_version_dirs = 0
49
49
 
50
 
    working = b.bzrdir.open_workingtree()
 
50
    working = WorkingTree(b.base, b)
51
51
    basis = working.basis_tree()
52
52
    work_inv = working.inventory
53
53
    delta = diff.compare_trees(basis, working, want_unchanged=True)