~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Andrew Bennetts
  • Date: 2011-01-13 22:17:37 UTC
  • mto: This revision was merged to the branch mainline in revision 5648.
  • Revision ID: andrew.bennetts@canonical.com-20110113221737-63i66248bds7zena
Fix a trivial bug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3454
3454
        if fetch_tags:
3455
3455
            fetch_spec_factory = fetch.FetchSpecFactory()
3456
3456
            fetch_spec_factory.source_branch = self.source
3457
 
            fetch_spec_factory.source_branch_stop_revision = stop_revision
 
3457
            fetch_spec_factory.source_branch_stop_revision_id = stop_revision
3458
3458
            fetch_spec_factory.source_repo = self.source.repository
3459
3459
            fetch_spec_factory.target_repo = self.target.repository
3460
3460
            fetch_spec_factory.target_repo_kind = fetch.TargetRepoKinds.PREEXISTING