~ubuntu-branches/ubuntu/quantal/bzr-svn/quantal

« back to all changes in this revision

Viewing changes to fileids.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2008-11-10 02:31:45 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20081110023145-h7vtophkjmcajp9g
Tags: 0.4.15-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
        self.repos = repos
109
109
 
110
110
    def _use_text_revids(self, mapping, revmeta, map):
111
 
        text_revids = mapping.import_text_parents(revmeta.revprops, revmeta.fileprops).items()
 
111
        text_revids = mapping.import_text_revisions(revmeta.revprops, revmeta.fileprops).items()
112
112
        for path, revid in text_revids:
113
113
            assert path in map
114
114
            map[path] = (map[path][0], revid)