/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 remote.py

Update to newer version of Dulwich, saner branch names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
336
336
 
337
337
        return EmptyConfig()
338
338
 
 
339
    def _branch_name_to_ref(self, name):
 
340
        from bzrlib.plugins.git.branch import branch_name_to_ref
 
341
        return branch_name_to_ref(name, default="refs/heads/master")
 
342
 
339
343
    @property
340
344
    def head(self):
341
345
        if self._ref is not None: