~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to baz_import.py

  • Committer: Aaron Bentley
  • Date: 2005-10-03 14:42:47 UTC
  • mfrom: (147.1.31)
  • mto: (147.2.17)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: abentley@panoramicfeedback.com-20051003144246-c3432e45057089db
Merged latest upstream changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
    return ancestors
216
216
 
217
217
def get_last_revision(branch):
218
 
    last_patch = branch.last_patch()
 
218
    last_patch = branch.last_revision()
219
219
    try:
220
220
        return arch_revision(last_patch)
221
221
    except NotArchRevision: