diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-09 18:42:12 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-09 18:42:12 +0000 |
commit | 5f951759b09763d0ed0dd4acdd276914f433ddef (patch) | |
tree | 4d453b34eb9f3023c8638f5666242a1415db923f /third_party/devscripts/README.chromium | |
parent | 76314aff40e7d47c36c6ae77c7a373828519c6b7 (diff) | |
download | chromium_src-5f951759b09763d0ed0dd4acdd276914f433ddef.zip chromium_src-5f951759b09763d0ed0dd4acdd276914f433ddef.tar.gz chromium_src-5f951759b09763d0ed0dd4acdd276914f433ddef.tar.bz2 |
Clean up third_party/devscripts
This CL removes the .patch file that is inconvenient to update.
There is an .orig file which doesn't need to be touched when modifying the script.
BUG=28291
Review URL: http://codereview.chromium.org/8511011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109272 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/devscripts/README.chromium')
-rw-r--r-- | third_party/devscripts/README.chromium | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/devscripts/README.chromium b/third_party/devscripts/README.chromium index 9f88075..24d4ad5 100644 --- a/third_party/devscripts/README.chromium +++ b/third_party/devscripts/README.chromium @@ -5,3 +5,7 @@ Security Critical: no Description: This directory contains selected tools from the Debian's devscripts collection. + +An .orig file is checked in so that our patched version can be easily +compared with the unpatched script (e.g. when sending the changes upstream). +Having a .patch file checked in was too inconvenient to keep up to date. |