~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to switch.py

  • Committer: Adeodato Simó
  • Date: 2006-07-12 18:17:03 UTC
  • mto: This revision was merged to the branch mainline in revision 416.
  • Revision ID: dato@net.com.org.es-20060712181703-af9e1c81c08d3af3
Make clean-tree --detritus or --ignored not delete also unknown files,
and add --unknown, noting it's the default option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
        branch_format = BranchFormat.find_format(control)
95
95
        transport = control.get_branch_transport(None)
96
96
        branch = branch_format.open(control)
97
 
        location = transport.put_bytes('location', location)
 
97
        location = transport.put('location', location)