/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-06 23:37:06 UTC
  • mto: This revision was merged to the branch mainline in revision 417.
  • Revision ID: daniel.schierbeck@gmail.com-20071206233706-eeinks66w86r3gfm
Fixed bug in gmissing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        self._revision = None
72
72
        self._branch = branch
73
73
 
74
 
        if self._branch.supports_tags():
 
74
        if self._branch is not None and self._branch.supports_tags():
75
75
            self._tagdict = self._branch.tags.get_reverse_tag_dict()
76
76
        else:
77
77
            self._tagdict = {}