Add eol ignore logic to make webkit merges less problematic.

Review URL: http://codereview.chromium.org/505042

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@34895 0039d316-1c4b-4281-b951-d872f2087c98
experimental/szager/collated-output
laforge@chromium.org 16 years ago
parent 004d2efeba
commit ee98c9fddb

@ -228,6 +228,7 @@ def mergeRevision(url, revision):
continue
command = ('svn merge -N -r ' + str(revision-1) + ":" + str(revision) + " ")
command += " --ignore-ancestry "
command += " -x ignore-eol-style "
command += url + path + "@" + str(revision) + " ." + path
print command

Loading…
Cancel
Save