/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to annotate/gannotate.py

  • Committer: Jelmer Vernooij
  • Date: 2007-11-03 16:27:35 UTC
  • mfrom: (278.1.45 j-gtk)
  • mto: (330.6.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 368.
  • Revision ID: jelmer@samba.org-20071103162735-a0ox9cw53kax4sa2
Merge John's gcommit changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        self.branch = branch
65
65
        self.tree = tree
66
66
        self.file_id = file_id
 
67
        self.logview.set_file_id(file_id)
67
68
        self.revision_id = getattr(tree, 'get_revision_id', 
68
69
                                   lambda: CURRENT_REVISION)()
69
70