Commit 519a8dd3 authored by maruel@chromium.org's avatar maruel@chromium.org

Using options.email for svn credential is not a good idea.

It breaks the use case when a dev outside corp wants to send a job's email to someone else.

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@37644 0039d316-1c4b-4281-b951-d872f2087c98
parent 56ca2c24
......@@ -334,8 +334,6 @@ def _SendChangeSVN(options):
try:
command = ['svn', 'checkout', '--depth', 'empty', '-q',
options.svn_repo, temp_dir]
if options.email:
command.extend(['--username', options.email])
gclient_utils.CheckCall(command)
# TODO(maruel): Use a subdirectory per user?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment