~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

Remove the only-used-once put_controlfiles, and change put_controlfile to put and put_utf8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
551
551
            if name:
552
552
                branch = Branch.open(to_location)
553
553
                name = StringIO(name)
554
 
                branch.control_files.put_controlfile('branch-name', name)
 
554
                branch.control_files.put_utf8('branch-name', name)
555
555
        finally:
556
556
            br_from.unlock()
557
557