~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/annotate.py

  • Committer: Jelmer Vernooij
  • Date: 2005-10-19 09:34:39 UTC
  • mfrom: (1185.16.78)
  • mto: (1185.16.102)
  • mto: This revision was merged to the branch mainline in revision 1488.
  • Revision ID: jelmer@samba.org-20051019093439-e1d8e3508d1ba46b
MergeĀ fromĀ Martin

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
    from bzrlib.workingtree import WorkingTree
93
93
 
94
94
    enable_default_logging()
95
 
    b = Branch.open_containing(sys.argv[1])
 
95
    b = Branch.open_containing(sys.argv[1])[0]
96
96
    tree = WorkingTree(b.base, b)
97
97
    rp = tree.relpath(sys.argv[1])
98
98
    tree = b.revision_tree(b.last_revision())