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

Unified Diff: trychange.py

Issue 2250573002: Change default codereview instance to one we maintain. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: typo Created 4 years, 4 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 | « git_cl.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trychange.py
diff --git a/trychange.py b/trychange.py
index 27a9e931f099814639bb15ab6c5a78ab8521aece..db9bd440fa593158b0e3b86bae78974acda1e604 100755
--- a/trychange.py
+++ b/trychange.py
@@ -951,7 +951,7 @@ def gen_parser(prog):
group.add_option("--url",
help="Url where to grab a patch, e.g. "
"http://example.com/x.diff")
- group.add_option("-R", "--rietveld_url", default="codereview.appspot.com",
+ group.add_option("-R", "--rietveld_url", default="codereview.chromium.org",
metavar="URL",
help="Has 2 usages, both refer to the rietveld instance: "
"Specify which code review patch to use as the try job "
« no previous file with comments | « git_cl.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698