~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/clean_tree.py

  • Committer: Aaron Bentley
  • Date: 2007-07-12 21:00:16 UTC
  • Revision ID: abentley@panoramicfeedback.com-20070712210016-ebhqozm8zr0h5r2r
Fix option grammar in baz-import-branch

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