/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 __init__.py

  • Committer: John Arbash Meinel
  • Date: 2005-10-12 03:08:27 UTC
  • mto: (1185.31.24 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1512.
  • Revision ID: john@arbash-meinel.com-20051012030827-6c1b3d68011e7b82
Upgrading plugin for v5

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
        if revision is None:
39
39
            revno = b.revno()
40
 
            rev_id = b.last_patch()
 
40
            rev_id = b.last_revision()
41
41
        else:
42
42
            revno, rev_id = revision[0].in_history(b)
43
43
        if rev_id is None: