~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Aaron Bentley
  • Date: 2009-03-09 04:36:37 UTC
  • mto: This revision was merged to the branch mainline in revision 4100.
  • Revision ID: aaron@aaronbentley.com-20090309043637-5aftkw7f2yyvcn13
Fix some formatting issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5475
5475
            unknown = True
5476
5476
        if dry_run:
5477
5477
            force = True
5478
 
        clean_tree('.', unknown=unknown, ignored=ignored, detritus=detritus, 
 
5478
        clean_tree('.', unknown=unknown, ignored=ignored, detritus=detritus,
5479
5479
                   dry_run=dry_run, no_prompt=force)
5480
5480
 
5481
5481