~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_5.py

merge storage & upgrade fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        finally:
82
82
            tree._control_files.unlock()
83
83
 
84
 
    def _init_custom_control_files(self, tree):
 
84
    def init_custom_control_files(self, tree):
85
85
        """Initialize custom control files."""
86
86
        tree._transport.put_bytes('views', '',
87
87
            mode=tree.bzrdir._get_file_mode())