~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to fetch_ghosts.py

  • Committer: Aaron Bentley
  • Date: 2006-02-01 04:42:39 UTC
  • mfrom: (310 bzrtools)
  • mto: (147.4.30 trunk)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: aaron.bentley@utoronto.ca-20060201044239-7c17ea8d0a18eedb
Merge from bzrtools mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
                continue
81
81
            seen.add(line)
82
82
            try:
83
 
                revision = branch.get_revision(line)
 
83
                revision = branch.repository.get_revision(line)
84
84
                new_lines.extend(revision.parent_ids)
85
85
            except NoSuchRevision:
86
86
                yield line