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

Unified Diff: testing_support/patches_data.py

Issue 8539016: Fix deleted empty files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 1 month 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/rietveld_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 eac2fed480ab04bf6012ac72eab55612b20dca4b..b70f55ba351b65c54786b4ecf535b0cedd1df8cd 100644
--- a/testing_support/patches_data.py
+++ b/testing_support/patches_data.py
@@ -98,6 +98,14 @@ class GIT(object):
'-Also see\n'
'\n')
+ # http://codereview.chromium.org/download/issue8508015_6001_7001.diff
+ DELETE_EMPTY = (
+ 'Index: tests/__init__.py\n'
+ 'diff --git a/tests/__init__.py b/tests/__init__.py\n'
+ 'deleted file mode 100644\n'
+ 'index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..'
+ '0000000000000000000000000000000000000000\n')
+
# http://codereview.chromium.org/download/issue6250123_3013_6010.diff
RENAME_PARTIAL = (
'Index: chromeos/views/webui_menu_widget.h\n'
« no previous file with comments | « patch.py ('k') | tests/rietveld_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698