Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 20a552b

Browse files
committed
Added myself as default reviewer in upload-diffs.py. We should probably use the built-in code reviewing in Google Code.
1 parent 4e7914e commit 20a552b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload-diffs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def _GetOpener(self):
457457
help="Optional path of a file that contains "
458458
"the description when creating an issue.")
459459
group.add_option("-r", "--reviewers", action="store", dest="reviewers",
460-
metavar="REVIEWERS", default=",joe.gregorio@gmail.com",
460+
metavar="REVIEWERS", default=",afshar@google.com",
461461
help="Add reviewers (comma separated email addresses).")
462462
group.add_option("--cc", action="store", dest="cc",
463463
metavar="CC", default="[email protected]",

0 commit comments

Comments
 (0)