/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to dir.py

Move refs code to separate module.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
        self._mode_check_done = None
114
114
 
115
115
    def _branch_name_to_ref(self, name):
116
 
        from bzrlib.plugins.git.branch import branch_name_to_ref
 
116
        from bzrlib.plugins.git.refs import branch_name_to_ref
117
117
        if name in (None, "HEAD"):
118
118
            from dulwich.repo import SYMREF
119
119
            refcontents = self._git.refs.read_ref("HEAD")