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

Unified Diff: testing_support/patches_data.py

Issue 10894036: Fix hunk handling for 'default hunk header values'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Add verification code for the number of commas Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « patch.py ('k') | tests/patch_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing_support/patches_data.py
diff --git a/testing_support/patches_data.py b/testing_support/patches_data.py
index ce94170de8b4f854ae0cce9b8241c0cae8f0e549..3134a98a26ca5d3a13167719ca5cb2bef1aeaafd 100644
--- a/testing_support/patches_data.py
+++ b/testing_support/patches_data.py
@@ -152,6 +152,16 @@ class GIT(object):
' ggg\n'
' hh\n')
+ # http://codereview.chromium.org/download/issue10868039_12001_10003.diff
+ PATCH_SHORT_HUNK_HEADER = (
+ 'Index: chrome/browser/api/OWNERS\n'
+ 'diff --git a/chrome/browser/api/OWNERS b/chrome/browser/api/OWNERS\n'
+ '--- a/chrome/browser/api/OWNERS\n'
+ '+++ b/chrome/browser/api/OWNERS\n'
+ '@@ -1 +1,2 @@\n'
+ '+erikwright@chromium.org\n'
+ ' joi@chromium.org\n')
+
# http://codereview.chromium.org/download/issue6368055_22_29.diff
DELETE = (
'Index: tools/clang_check/README.chromium\n'
« no previous file with comments | « patch.py ('k') | tests/patch_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698