Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3394)

Unified Diff: appengine/findit/libs/gitiles/change_log.py

Issue 2607613002: Converting Region class to a namedtuple (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/findit/libs/gitiles/blame.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « appengine/findit/libs/gitiles/blame.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698