| Index: codereview.settings
|
| diff --git a/codereview.settings b/codereview.settings
|
| index 76514e97e3496bebbc78c21df7aef79b14dffcf5..9789920c94198bf4a366e2e3e97a66088ae5c3cf 100644
|
| --- a/codereview.settings
|
| +++ b/codereview.settings
|
| @@ -1,7 +1,7 @@
|
| # This file is used by gcl to get repository specific information.
|
| CODE_REVIEW_SERVER: codereview.chromium.org
|
| CC_LIST: chromium-reviews@chromium.org
|
| -VIEW_VC: https://src.chromium.org/viewvc/chrome?view=rev&revision=
|
| +VIEW_VC: https://chromium.googlesource.com/chromium/src/+/
|
| STATUS: http://chromium-status.appspot.com/status
|
| TRY_ON_UPLOAD: True
|
| TRYSERVER_SVN_URL: svn://svn.chromium.org/chrome-try/try
|
| @@ -9,3 +9,4 @@ GITCL_PREUPLOAD: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-u
|
| GITCL_PREDCOMMIT: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD&root=chrome
|
| LINT_IGNORE_REGEX: webkit/api/.*
|
| PROJECT: chromium
|
| +PENDING_REF_PREFIX: refs/pending/
|
|
|