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

Issue 354023: Fix gcl to look for newly-added codereview.settings files as well as modified... (Closed)

Created:
11 years, 1 month ago by Dirk Pranke
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews_googlegroups.com, M-A Ruel
Visibility:
Public.

Description

Fix gcl to look for newly-added codereview.settings files as well as modified codereview.settings files. BUG=none TEST=none R=maruel@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30910

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix gcl to look for newly-added codereview.settings files as well as modified... #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M gcl.py View 1 1 chunk +6 lines, -2 lines 2 comments Download

Messages

Total messages: 6 (0 generated)
Dirk Pranke
11 years, 1 month ago (2009-11-03 08:15:18 UTC) #1
M-A Ruel
http://codereview.chromium.org/354023/diff/1/2 File gcl.py (right): http://codereview.chromium.org/354023/diff/1/2#newcode160 Line 160: content, rc = RunShellWithReturnCode(["svn", "status", local_path]) Can you ...
11 years, 1 month ago (2009-11-03 16:25:57 UTC) #2
Dirk Pranke
11 years, 1 month ago (2009-11-03 23:48:02 UTC) #3
Dirk Pranke
http://codereview.chromium.org/354023/diff/1/2 File gcl.py (right): http://codereview.chromium.org/354023/diff/1/2#newcode160 Line 160: content, rc = RunShellWithReturnCode(["svn", "status", local_path]) On 2009/11/03 ...
11 years, 1 month ago (2009-11-03 23:48:12 UTC) #4
M-A Ruel
lgtm http://codereview.chromium.org/354023/diff/2001/2002 File gcl.py (right): http://codereview.chromium.org/354023/diff/2001/2002#newcode165 Line 165: if not rc and (status.startswith('A') or status.startswith('M')): ...
11 years, 1 month ago (2009-11-04 00:38:19 UTC) #5
Dirk Pranke
11 years, 1 month ago (2009-11-04 01:05:18 UTC) #6
http://codereview.chromium.org/354023/diff/2001/2002
File gcl.py (right):

http://codereview.chromium.org/354023/diff/2001/2002#newcode165
Line 165: if not rc and (status.startswith('A') or status.startswith('M')):
On 2009/11/04 00:38:19, Marc-Antoine Ruel wrote:
> you can do status[0] in ('A', 'M') since it's guaranteed to be a valid
non-empty
> string.

Done.

Powered by Google App Engine
This is Rietveld 408576698