Chromium Code Reviews| Index: deps2git/svn_to_git_public.py |
| =================================================================== |
| --- deps2git/svn_to_git_public.py (revision 167715) |
| +++ deps2git/svn_to_git_public.py (working copy) |
| @@ -8,7 +8,7 @@ |
| import re |
| -GIT_HOST = 'http://git.chromium.org/' |
| +GIT_HOST = 'http://chromium.googlesource.com/' |
|
cmp
2012/11/14 21:59:41
Let's make this https:// instead.
szager1
2012/11/14 22:33:21
Done.
|
| # Used by deps2git.ConvertDepsToGit() as overrides for SVN DEPS. Each entry |