/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

  • Committer: Jelmer Vernooij
  • Date: 2009-03-08 16:32:01 UTC
  • mto: (0.200.245 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@samba.org-20090308163201-46z7fm019kn430zn
Cope with new fetch_spec argument.

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
        graph=None):
202
202
        """See InterBranch.update_revisions()."""
203
203
        # TODO: stop_revision, overwrite
204
 
        interrepo = repository.InterRepository.get(self.source.repository, self.target.repository)
 
204
        interrepo = repository.InterRepository.get(self.source.repository, 
 
205
            self.target.repository)
205
206
        self._last_revid = None
206
207
        def determine_wants(heads):
207
208
            if not self.source.name in heads: