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

Add optimized handling when fetching from git to git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
        """See Branch.get_parent()."""
90
90
        return None
91
91
 
 
92
    def set_parent(self, url):
 
93
        pass
 
94
 
92
95
    def lock_read(self):
93
96
        self.control_files.lock_read()
94
97