~jelmer/bzrtools/rsvg-convert

« back to all changes in this revision

Viewing changes to graph.py

  • Committer: Aaron Bentley
  • Date: 2011-09-25 02:01:39 UTC
  • mfrom: (773.1.3 fix-nick-reference)
  • Revision ID: aaron@aaronbentley.com-20110925020139-hkr2kb7jp1vnbs77
Fix bug #263065.  (andialbrecht)

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
    return new_ancestors
154
154
 
155
155
def get_rev_info(rev_id, source):
156
 
    """Return the committer, message, and date of a revision."""
 
156
    """Return the committer, message, nick and date of a revision."""
157
157
    committer = None
158
158
    message = None
159
159
    date = None
 
160
    nick = None
160
161
    if rev_id == 'null:':
161
162
        return None, 'Null Revision', None, None
162
163
    try: