/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: John Arbash Meinel
  • Date: 2007-09-25 20:59:50 UTC
  • mto: (322.1.1 trunk) (330.3.3 trunk)
  • mto: This revision was merged to the branch mainline in revision 368.
  • Revision ID: john@arbash-meinel.com-20070925205950-rfcj7y5ryg4s9gw7
Have the ability to tell the log view that we only care about a specific file_id.

Show diffs side-by-side

added added

removed removed

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