~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to clean_tree.py

  • Committer: Robert Collins
  • Date: 2005-09-13 22:56:18 UTC
  • mfrom: (152.1.2)
  • mto: (147.2.6) (364.1.3 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: robertc@robertcollins.net-20050913225618-3f3089d5a0f89cfb
merge from abently

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: