diff --git a/trychange.py b/trychange.py index edf1dfdf9..71ceb2006 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?