~bialix/qbzr/code-layout

« back to all changes in this revision

Viewing changes to lib/loggraphprovider.py

  • Committer: Alexander Belchenko
  • Date: 2009-11-19 16:12:57 UTC
  • mfrom: (1109.1.4 Bug-485314)
  • Revision ID: bialix@ukr.net-20091119161257-t2f8bk1mt1mlvw2n
revisionmessagebrowser.py: restore view of branch nick, tags, and list of fixed bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
    def __repr__(self):
145
145
        return "%s <%s>" % (self.__class__.__name__, self.branch_id)
146
146
 
 
147
 
147
148
class LogGraphProvider(object):
148
149
    """Loads and computes revision and graph data for GUI log widgets."""
149
150