/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

Fix tests, split up InterGitNonGitRepository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
                return []
259
259
            return [head]
260
260
        interrepo.fetch_objects(determine_wants, self.source.mapping)
261
 
        # FIXME: Check that self._last_revid is a descendant of self.target.last_revision()
262
261
        self.target.generate_revision_history(self._last_revid)
263
262
 
264
263