/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 dir.py

  • Committer: Jelmer Vernooij
  • Date: 2011-03-23 18:51:59 UTC
  • mto: (0.200.1150 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@samba.org-20110323185159-kn065h7gmx35yhd9
Rename determine_wants_and_revids.

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
        interrepo = InterRepository.get(source_repository, result_repo)
150
150
 
151
151
        if revision_id is not None:
152
 
            determine_wants = source_repository.determine_wants_revid_and_tags(
153
 
                revision_id)
 
152
            determine_wants = source_repository.determine_wants_revids_and_tags(
 
153
                [revision_id])
154
154
        else:
155
155
            from bzrlib.plugins.git.object_store import get_object_store
156
156
            store = get_object_store(result_repo, source_branch.mapping)