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

Issue 115354: Raise an human readable exception if an unversioned directory exists. (Closed)

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

Description

Raise an human readable exception if an unversioned directory exists. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=16156

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
M-A Ruel
11 years, 7 months ago (2009-05-14 13:33:50 UTC) #1
sgk
11 years, 7 months ago (2009-05-15 05:18:29 UTC) #2
lgtm

http://codereview.chromium.org/115354/diff/1/2
File gclient.py (right):

http://codereview.chromium.org/115354/diff/1/2#newcode792
Line 792: raise Error("Can't update/checkout %s if an unversioned directory is "
Nit:  I prefer %r in messages like this so the string is quoted.  The error
message is more readable if something weird happens and the value is a null
string.

Powered by Google App Engine
This is Rietveld 408576698