~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to clean_tree.py

  • Committer: Aaron Bentley
  • Date: 2006-03-24 19:01:30 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060324190130-2208c693486a8b33
Added apache index scraping to the branches 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