~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to clean_tree.py

  • Committer: Aaron Bentley
  • Date: 2005-09-19 02:44:11 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20050919024411-8bb9efa8c13c7c44
Updated to match API changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
                if not unknowns:
29
29
                    continue
30
30
            yield tree.abspath(subp), subp
31
 
    br = Branch('.')
 
31
    br = Branch.open_containing('.')
32
32
    tree = br.working_tree()
33
33
    printed_once = False
34
34
    for path, subp in deletables(tree):