From 99ab6776f4092cbe33504e9b25b39d39017d72fc Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Mon, 1 Feb 2010 18:21:48 +0000 Subject: [PATCH] Add codereview.settings to depot_tools. I'm doing this while trying to figure out the best way to make git-cl auto-configure itself on first use, including automatic presubmit scripts hook setup. TEST=none BUG=none Review URL: http://codereview.chromium.org/559002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@37709 0039d316-1c4b-4281-b951-d872f2087c98 --- codereview.settings | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 codereview.settings diff --git a/codereview.settings b/codereview.settings new file mode 100644 index 000000000..733949711 --- /dev/null +++ b/codereview.settings @@ -0,0 +1,6 @@ +# 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: http://src.chromium.org/viewvc/chrome?view=rev&revision= +GITCL_PREUPLOAD: http://src.chromium.org/viewvc/chrome/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD +GITCL_PREDCOMMIT: http://src.chromium.org/viewvc/chrome/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD