Convert ebuild to pull chrome sources from git.
BUG=chromium:376027
TEST=scripts/cros_mark_chrome_as_stable_unittest.py
Change-Id: I6359b233d64423c38162b3223a64db33717cca23
Reviewed-on: https://chromium-review.googlesource.com/212790
Reviewed-by: David James <davidjames@chromium.org>
Tested-by: Stefan Zager <szager@chromium.org>
diff --git a/scripts/sync_chrome.py b/scripts/sync_chrome.py
index bddea2d..a090fc0 100644
--- a/scripts/sync_chrome.py
+++ b/scripts/sync_chrome.py
@@ -19,8 +19,8 @@
version = parser.add_mutually_exclusive_group()
version.add_argument('--tag', help='Sync to specified Chrome release',
dest='version')
- version.add_argument('--revision', help='Sync to specified SVN revision',
- type=int, dest='version')
+ version.add_argument('--revision', help='Sync to specified git revision',
+ dest='version')
parser.add_argument('--internal', help='Sync internal version of Chrome',
action='store_true', default=False)