~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to clean_tree.py

  • Committer: abentley
  • Date: 2005-09-09 23:45:23 UTC
  • Revision ID: abentley@lappy-20050909234523-421be0d47ff07df4
Typo fix from David Clymer

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    printed_once = False
34
34
    for path, subp in deletables(tree):
35
35
        if not printed_once:
36
 
            print "deletings paths:"
 
36
            print "deleting paths:"
37
37
            printed_once = True
38
38
        print ' ', subp
39
39
        try: