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

Issue 6314017: People hate to read text so put a link directly to the file. (Closed)

Created:
9 years, 11 months ago by M-A Ruel
Modified:
9 years, 7 months ago
Reviewers:
cbentzel, Nico
CC:
chromium-reviews
Visibility:
Public.

Description

People hate to read text so put a link directly to the file. TBR=thakis TEST=presubmit check is clearer BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72336

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M PRESUBMIT.py View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
M-A Ruel
9 years, 11 months ago (2011-01-24 16:02:11 UTC) #1
cbentzel
On 2011/01/24 16:02:11, Marc-Antoine Ruel wrote: LGTM
9 years, 11 months ago (2011-01-24 16:04:48 UTC) #2
Nico
LG *shrug* On Jan 24, 2011 8:02 AM, <maruel@chromium.org> wrote: > Reviewers: Nico, > > ...
9 years, 11 months ago (2011-01-24 16:08:25 UTC) #3
Nico
9 years, 11 months ago (2011-01-24 16:08:25 UTC) #4
Missing a space at eol
On Jan 24, 2011 8:02 AM, <maruel@chromium.org> wrote:
> Reviewers: Nico,
>
> Description:
> People hate to read text so put a link directly to the file.
>
> TBR=thakis
> TEST=presubmit check is clearer
> BUG=none
>
>
> Please review this at http://codereview.chromium.org/6314017/
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src
>
> Affected files:
> M PRESUBMIT.py
>
>
> Index: PRESUBMIT.py
> diff --git a/PRESUBMIT.py b/PRESUBMIT.py
> index
>
ffb668cd1e9bed5aa9beebabf853f7b5cb68e661..158d2ae6f82ed743d6ce934ec93d2b79b5d16f72

> 100644
> --- a/PRESUBMIT.py
> +++ b/PRESUBMIT.py
> @@ -89,7 +89,9 @@ def _CheckSubversionConfig(input_api, output_api):
> error_msg = (
> 'Please look at http://dev.chromium.org/developers/coding-style to\n'
> 'configure your subversion configuration file. This enables
> automatic\n'
> - 'properties to simplify the project maintenance.')
> + 'properties to simplify the project maintenance.\n'
> + 'Pro-tip: just download and install\n'
> + 'http://src.chromium.org/viewvc/chrome/trunk/tools/build/slave/config\n
')
>
> try:
> lines = open(path, 'r').read().splitlines()
>
>

Powered by Google App Engine
This is Rietveld 408576698