~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to clean_tree.py

  • Committer: Aaron Bentley
  • Date: 2006-03-22 22:18:19 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060322221819-0e627e73d1232926
Added zap command

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
 
63
64
def test_suite():
64
65
    from bzrlib.tests import TestCaseInTempDir
65
66
    from unittest import makeSuite