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

Issue 7065074: git diff can have 'new file mode' for new files and 'new mode' for current files (Closed)

Created:
9 years, 6 months ago by M-A Ruel
Modified:
9 years, 6 months ago
Reviewers:
Dirk Pranke
CC:
chromium-reviews, Dirk Pranke, M-A Ruel
Visibility:
Public.

Description

git diff can have 'new file mode' for new files and 'new mode' for current files R=dpranke@chromium.org BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=87979

Patch Set 1 #

Total comments: 1

Patch Set 2 : remove redundant comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -11 lines) Patch
M patch.py View 1 4 chunks +6 lines, -11 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
M-A Ruel
9 years, 6 months ago (2011-06-04 01:32:10 UTC) #1
Dirk Pranke
9 years, 6 months ago (2011-06-04 20:05:48 UTC) #2
LGTM.

http://codereview.chromium.org/7065074/diff/1/patch.py
File patch.py (right):

http://codereview.chromium.org/7065074/diff/1/patch.py#newcode249
patch.py:249: match = re.match(r'^new(| file) mode (\d{6})$', line)
Not sure the comment tells you anything the line doesn't already tell you.

Powered by Google App Engine
This is Rietveld 408576698