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

Unified Diff: presubmit_support.py

Issue 118355: Added patchset persistence in gcl, this is necessary to implement a presubmit queue. (Closed)
Patch Set: Take 2 Created 11 years, 6 months 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 | « gcl.py ('k') | tests/gcl_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: presubmit_support.py
diff --git a/presubmit_support.py b/presubmit_support.py
index 928929e35f74554d6126816d9d46945077034b0b..574e4e61c255ce0a4712ee3f51b44e5318817a08 100755
--- a/presubmit_support.py
+++ b/presubmit_support.py
@@ -443,6 +443,8 @@ class GclChange(object):
self._name = change_info.name
self._full_description = change_info.description
self._repository_root = repository_root
+ self.issue = change_info.issue
+ self.patchset = change_info.patchset
# From the description text, build up a dictionary of key/value pairs
# plus the description minus all key/value or "tag" lines.
« no previous file with comments | « gcl.py ('k') | tests/gcl_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698