diff options
author | Raman Tenneti <rtenneti@google.com> | 2021-12-29 09:40:33 -0800 |
---|---|---|
committer | Raman Tenneti <rtenneti@google.com> | 2021-12-29 19:07:08 +0000 |
commit | d53cb9549a0c57939b12c5c35a6b581aec2ca36f (patch) | |
tree | 21de20dc7f2e6237b4035e03c92b54d11cf0f5fb /git_superproject.py | |
parent | cf0ba48649bab9fc6c88dcf15c1ae66d3717693d (diff) | |
download | git-repo-d53cb9549a0c57939b12c5c35a6b581aec2ca36f.tar.gz |
sync: dropped "NOTICE: --use-superproject is in beta ..." message.
Tested the code with the following commands.
$ ./run_tests -v
Bug: [google internal] b/209511230
Change-Id: Ia3c6de47709f5276e324a5bb608383aba3b2c562
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/327197
Reviewed-by: Xin Li <delphij@google.com>
Tested-by: Raman Tenneti <rtenneti@google.com>
Diffstat (limited to 'git_superproject.py')
-rw-r--r-- | git_superproject.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/git_superproject.py b/git_superproject.py index 4ca84a58..c9723225 100644 --- a/git_superproject.py +++ b/git_superproject.py | |||
@@ -226,8 +226,6 @@ class Superproject(object): | |||
226 | f'{self._manifest.manifestFile}') | 226 | f'{self._manifest.manifestFile}') |
227 | return SyncResult(False, False) | 227 | return SyncResult(False, False) |
228 | 228 | ||
229 | print('NOTICE: --use-superproject is in beta; report any issues to the ' | ||
230 | 'address described in `repo version`', file=sys.stderr) | ||
231 | should_exit = True | 229 | should_exit = True |
232 | if not self._remote_url: | 230 | if not self._remote_url: |
233 | self._LogWarning(f'superproject URL is not defined in manifest: ' | 231 | self._LogWarning(f'superproject URL is not defined in manifest: ' |