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

Unified Diff: trychange.py

Issue 558062: Using options.email for svn credential is not a good idea. (Closed)
Patch Set: Created 10 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trychange.py
diff --git a/trychange.py b/trychange.py
index edf1dfdf9a849ce0291fc463f0581af4791e5cf8..71ceb20066769fdc954488bca81e592780b5af38 100755
--- a/trychange.py
+++ b/trychange.py
@@ -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?
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698