/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: Robert Collins
  • Date: 2006-02-11 11:58:06 UTC
  • mto: (1534.1.22 integration)
  • mto: This revision was merged to the branch mainline in revision 1554.
  • Revision ID: robertc@robertcollins.net-20060211115806-732dabc1e35714ed
Give format3 working trees their own last-revision marker.

Show diffs side-by-side

added added

removed removed

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