| Index: commit_queue.py
|
| ===================================================================
|
| --- commit_queue.py (revision 224718)
|
| +++ commit_queue.py (working copy)
|
| @@ -214,7 +214,7 @@
|
| checkout.SvnMixIn.svn_config = checkout.SvnConfig(
|
| os.path.join(ROOT_DIR, 'subversion_config'))
|
|
|
| - url = 'https://chromiumcodereview.appspot.com'
|
| + url = 'https://codereview.chromium.org'
|
| gaia_creds = creds.Credentials(os.path.join(work_dir, '.gaia_pwd'))
|
| if options.dry_run:
|
| logging.debug('Dry run - skipping SCM check.')
|
|
|