~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/clean_tree.py

  • Committer: Aaron Bentley
  • Date: 2008-02-20 14:28:36 UTC
  • Revision ID: aaron@aaronbentley.com-20080220142836-jqsca0avvl2p3bar
Remove ImportReplacer hack

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