~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to clean_tree.py

  • Committer: Aaron Bentley
  • Date: 2006-03-18 17:14:51 UTC
  • mfrom: (0.1.98 shelf)
  • Revision ID: aaron.bentley@utoronto.ca-20060318171451-2b15a9bcf7b77d69
Merge from shelf

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
                os.unlink(path)
61
61
    if not has_deleted:
62
62
        print >> to_file, "No files deleted."
63
 
 
64
63
def test_suite():
65
64
    from bzrlib.tests import TestCaseInTempDir
66
65
    from unittest import makeSuite