/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

Merge thin-pack work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
                return []
214
214
            return [head]
215
215
        interrepo.fetch_objects(determine_wants, self.source.mapping)
216
 
        self.target.generate_revision_history(self._last_revid)
 
216
        self.target.set_last_revision(last_revid)
217
217
 
218
218
 
219
219
branch.InterBranch.register_optimiser(InterGitGenericBranch)