~ubuntu-branches/ubuntu/trusty/bzrtools/trusty

« back to all changes in this revision

Viewing changes to graph.py

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2011-11-09 15:27:29 UTC
  • Revision ID: package-import@ubuntu.com-20111109152729-5sm7p0elrkbionkg
* Merge from Debian. Remaining changes:
 + Disable use of subunit, which is not in main.

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: