~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/clean_tree.py

  • Committer: Aaron Bentley
  • Date: 2007-12-21 04:23:49 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20071221042349-9sfpmuzu1g1rdshe
Rename from-files to files-from, to match bzr proper

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        assert os.path.exists('branch/die-please')
37
37
        os.mkdir('no-die-please/child')
38
38
 
39
 
        clean_tree('branch', unknown=True, no_prompt=True)
 
39
        clean_tree('branch', unknown=True)
40
40
        assert os.path.exists('no-die-please')
41
41
        assert os.path.exists('no-die-please/child')
42
42