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

  • Committer: Daniel Schierbeck
  • Date: 2007-12-02 16:30:58 UTC
  • mto: This revision was merged to the branch mainline in revision 417.
  • Revision ID: daniel.schierbeck@gmail.com-20071202163058-q01l8ihmgwt2dnu9
Fixed problem with branches that do not support tags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
        if self._branch.supports_tags():
68
68
            self._tagdict = self._branch.tags.get_reverse_tag_dict()
 
69
        else:
 
70
            self._tagdict = {}
69
71
 
70
72
        self.set_file_id(None)
71
73