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

Issue 378027: Error when creating a CL in a read-only checkout.... (Closed)

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

Description

Error when creating a CL in a read-only checkout. BUG=25824 TEST=running 'gcl change foo' in a read-only checkout shows an error, --force creates a CL anyway, and gcl change in read-write checkouts continues to work. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31452

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

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

Messages

Total messages: 6 (0 generated)
chase
11 years, 1 month ago (2009-11-09 18:30:31 UTC) #1
M-A Ruel
http://codereview.chromium.org/378027/diff/1/2 File gcl.py (right): http://codereview.chromium.org/378027/diff/1/2#newcode1003 Line 1003: if not re.match(r'^svn', svn_info['URL']) and not FilterFlag(args, "--force"): ...
11 years, 1 month ago (2009-11-09 18:34:50 UTC) #2
chase
http://codereview.chromium.org/378027/diff/1/2 File gcl.py (right): http://codereview.chromium.org/378027/diff/1/2#newcode1003 Line 1003: if not re.match(r'^svn', svn_info['URL']) and not FilterFlag(args, "--force"): ...
11 years, 1 month ago (2009-11-09 18:38:06 UTC) #3
M-A Ruel
lgtm with this change http://codereview.chromium.org/378027/diff/3001/4001 File gcl.py (right): http://codereview.chromium.org/378027/diff/3001/4001#newcode1003 Line 1003: if re.match(r'^http:', svn_info['URL']) and ...
11 years, 1 month ago (2009-11-09 18:44:28 UTC) #4
chase
http://codereview.chromium.org/378027/diff/3001/4001 File gcl.py (right): http://codereview.chromium.org/378027/diff/3001/4001#newcode1003 Line 1003: if re.match(r'^http:', svn_info['URL']) and not FilterFlag(args, "--force"): On ...
11 years, 1 month ago (2009-11-09 18:47:30 UTC) #5
M-A Ruel
11 years, 1 month ago (2009-11-09 18:51:41 UTC) #6
http://codereview.chromium.org/378027/diff/5002/2002
File gcl.py (right):

http://codereview.chromium.org/378027/diff/5002/2002#newcode1004
Line 1004: not FilterFlag(args, "--force")):
alignment

Powered by Google App Engine
This is Rietveld 408576698