~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to baz_import.py

  • Committer: abentley
  • Date: 2005-10-15 00:25:39 UTC
  • Revision ID: abentley@lappy-20051015002539-24007ab01426cd4e
bzrtools 0.1.1 (baz-import patch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
    return ancestors
207
207
 
208
208
def get_last_revision(branch):
209
 
    last_patch = branch.last_patch()
 
209
    last_patch = branch.last_revision()
210
210
    try:
211
211
        return arch_revision(last_patch)
212
212
    except NotArchRevision: