Chromium Code Reviews| 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? |