/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 breezy/bzr/fetch.py

  • Committer: Jelmer Vernooij
  • Date: 2020-02-21 04:28:46 UTC
  • mfrom: (7494 work)
  • mto: This revision was merged to the branch mainline in revision 7496.
  • Revision ID: jelmer@jelmer.uk-20200221042846-r8lzqu0jetkw772i
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
branch.
23
23
"""
24
24
 
25
 
from __future__ import absolute_import
26
 
 
27
25
import operator
28
26
 
29
27
from ..lazy_import import lazy_import
42
40
    )
43
41
from ..i18n import gettext
44
42
from ..revision import NULL_REVISION
45
 
from ..sixish import (
46
 
    viewvalues,
47
 
    )
48
43
from ..trace import mutter
49
44
 
50
45
 
212
207
            revision_id = tree.get_file_revision(u'')
213
208
            revision_root[revision_id] = root_id
214
209
        # Find out which parents we don't already know root ids for
215
 
        parents = set(viewvalues(parent_map))
 
210
        parents = set(parent_map.values())
216
211
        parents.difference_update(revision_root)
217
212
        parents.discard(NULL_REVISION)
218
213
        # Limit to revisions present in the versionedfile