| 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.
|
|
|