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

Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
940
940
 
941
941
    def _synchronize_history(self, destination, revision_id):
942
942
        """See Branch._synchronize_history()."""
943
 
        destination.generate_revision_history(self.last_revision())
 
943
        if revision_id is None:
 
944
            revision_id = self.last_revision()
 
945
        destination.generate_revision_history(revision_id)
944
946
 
945
947
    def _get_parent_location(self):
946
948
        return None