/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

Fix branch cloning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
    def last_revision(self):
137
137
        return self.mapping.revision_id_foreign_to_bzr(self._ref)
138
138
 
 
139
    def _synchronize_history(self, destination, revision_id):
 
140
        """See Branch._synchronize_history()."""
 
141
        destination.generate_revision_history(self.last_revision())
 
142