/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: Aaron Bentley
  • Date: 2006-06-19 14:18:52 UTC
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: abentley@panoramicfeedback.com-20060619141852-5eea80a5485cf394
Gannotate takes a line number

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
            row = lineno - 1
114
114
 
115
115
        self.annoview.set_cursor(row)
 
116
        self.annoview.scroll_to_cell(row, use_align=True)
116
117
 
117
118
    def _annotate(self, branch, file_id):
118
119
        rev_hist = branch.revision_history()