| Index: appengine/findit/libs/gitiles/change_log.py
|
| diff --git a/appengine/findit/libs/gitiles/change_log.py b/appengine/findit/libs/gitiles/change_log.py
|
| index adf0f81004636c567e8f3bb101ac76a13b4ab383..997c5583b399cac120bd7419f065770fef1ea7c1 100644
|
| --- a/appengine/findit/libs/gitiles/change_log.py
|
| +++ b/appengine/findit/libs/gitiles/change_log.py
|
| @@ -65,7 +65,7 @@ class ChangeLog(namedtuple('ChangeLog',
|
| return super(cls, ChangeLog).__new__(cls,
|
| author_name, author_email, author_time, committer_name,
|
| committer_email, committer_time, revision, commit_position,
|
| - message, touched_files, commit_url, code_review_url,
|
| + message, touched_files, commit_url, code_review_url,
|
| reverted_revision)
|
|
|
| def ToDict(self):
|
|
|