Commit fdd89469 authored by James Zern's avatar James Zern Committed by LUCI CQ

update stale codereview.chromium.org links

w/chromium-review.googlesource.com

Change-Id: I8f024d68a3b89ae530fc1ce2806b9b12b83ba7b2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2585050Reviewed-by: 's avatarJosip Sokcevic <sokcevic@google.com>
Commit-Queue: James Zern <jzern@google.com>
parent c13ea848
# This file is used by git cl to get repository specific information.
CC_LIST: chromium-reviews@chromium.org
CODE_REVIEW_SERVER: codereview.chromium.org
CODE_REVIEW_SERVER: chromium-review.googlesource.com
GERRIT_HOST: True
PROJECT: depot_tools
VIEW_VC: https://chromium.googlesource.com/chromium/tools/depot_tools/+/
......@@ -1061,7 +1061,7 @@ for review, run:</p></div>
</div></div>
<div class="paragraph"><p>This will take the diff of your branch against its upstream branch (in that
case origin/master), and will post it to the
<a href="https://codereview.chromium.org">Chromium code review site</a>.</p></div>
<a href="https://chromium-review.googlesource.com">Chromium code review site</a>.</p></div>
</div>
</div>
<div class="sect1">
......
......@@ -1047,7 +1047,7 @@ Pro Git book
.IP " 5." 4
Chromium code review site
.RS 4
\%https://codereview.chromium.org
\%https://chromium-review.googlesource.com
.RE
.IP " 6." 4
main Chromium waterfall
......
......@@ -234,7 +234,7 @@ for review, run:
This will take the diff of your branch against its upstream branch (in that
case origin/master), and will post it to the
link:https://codereview.chromium.org[Chromium code review site].
link:https://chromium-review.googlesource.com[Chromium code review site].
UPDATING THE CODE
......
......@@ -318,6 +318,14 @@ class GClientUtilsTest(trial_dir.TestCase):
['ssh-svn://foo/bar/', 'ssh-svn://foo/bar/'],
['codereview.chromium.org', 'https://codereview.chromium.org'],
['codereview.chromium.org/', 'https://codereview.chromium.org/'],
[
'chromium-review.googlesource.com',
'https://chromium-review.googlesource.com'
],
[
'chromium-review.googlesource.com/',
'https://chromium-review.googlesource.com/'
],
['http://foo:10000', 'http://foo:10000'],
['http://foo:10000/bar', 'http://foo:10000/bar'],
['foo:10000', 'http://foo:10000'],
......
......@@ -8,9 +8,10 @@
Watchlists is a mechanism that allow a developer (a "watcher") to watch over
portions of code that they are interested in. A "watcher" will be cc-ed to
changes that modify that portion of code, thereby giving them an opportunity
to make comments on codereview.chromium.org even before the change is
to make comments on chromium-review.googlesource.com even before the change is
committed.
Refer: http://dev.chromium.org/developers/contributing-code/watchlists
Refer:
https://chromium.googlesource.com/chromium/src/+/HEAD/docs/infra/watchlists.md
When invoked directly from the base of a repository, this script lists out
the watchers for files given on the command line. This is useful to verify
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment