mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 02:31:29 +00:00
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/+/2585050 Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: James Zern <jzern@google.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# This file is used by git cl to get repository specific information.
|
# This file is used by git cl to get repository specific information.
|
||||||
CC_LIST: chromium-reviews@chromium.org
|
CC_LIST: chromium-reviews@chromium.org
|
||||||
CODE_REVIEW_SERVER: codereview.chromium.org
|
CODE_REVIEW_SERVER: chromium-review.googlesource.com
|
||||||
GERRIT_HOST: True
|
GERRIT_HOST: True
|
||||||
PROJECT: depot_tools
|
PROJECT: depot_tools
|
||||||
VIEW_VC: https://chromium.googlesource.com/chromium/tools/depot_tools/+/
|
VIEW_VC: https://chromium.googlesource.com/chromium/tools/depot_tools/+/
|
||||||
|
|||||||
@@ -1061,7 +1061,7 @@ for review, run:</p></div>
|
|||||||
</div></div>
|
</div></div>
|
||||||
<div class="paragraph"><p>This will take the diff of your branch against its upstream branch (in that
|
<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
|
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>
|
</div>
|
||||||
<div class="sect1">
|
<div class="sect1">
|
||||||
|
|||||||
@@ -1047,7 +1047,7 @@ Pro Git book
|
|||||||
.IP " 5." 4
|
.IP " 5." 4
|
||||||
Chromium code review site
|
Chromium code review site
|
||||||
.RS 4
|
.RS 4
|
||||||
\%https://codereview.chromium.org
|
\%https://chromium-review.googlesource.com
|
||||||
.RE
|
.RE
|
||||||
.IP " 6." 4
|
.IP " 6." 4
|
||||||
main Chromium waterfall
|
main Chromium waterfall
|
||||||
|
|||||||
@@ -234,7 +234,7 @@ for review, run:
|
|||||||
|
|
||||||
This will take the diff of your branch against its upstream branch (in that
|
This will take the diff of your branch against its upstream branch (in that
|
||||||
case origin/master), and will post it to the
|
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
|
UPDATING THE CODE
|
||||||
|
|||||||
@@ -318,6 +318,14 @@ class GClientUtilsTest(trial_dir.TestCase):
|
|||||||
['ssh-svn://foo/bar/', 'ssh-svn://foo/bar/'],
|
['ssh-svn://foo/bar/', 'ssh-svn://foo/bar/'],
|
||||||
['codereview.chromium.org', 'https://codereview.chromium.org'],
|
['codereview.chromium.org', 'https://codereview.chromium.org'],
|
||||||
['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', 'http://foo:10000'],
|
||||||
['http://foo:10000/bar', 'http://foo:10000/bar'],
|
['http://foo:10000/bar', 'http://foo:10000/bar'],
|
||||||
['foo:10000', 'http://foo:10000'],
|
['foo:10000', 'http://foo:10000'],
|
||||||
|
|||||||
@@ -8,9 +8,10 @@
|
|||||||
Watchlists is a mechanism that allow a developer (a "watcher") to watch over
|
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
|
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
|
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.
|
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
|
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
|
the watchers for files given on the command line. This is useful to verify
|
||||||
|
|||||||
Reference in New Issue
Block a user