summaryrefslogtreecommitdiffstats
path: root/git_superproject.py
diff options
context:
space:
mode:
authorRaman Tenneti <rtenneti@google.com>2021-06-02 17:46:25 -0700
committerRaman Tenneti <rtenneti@google.com>2021-06-03 14:38:09 +0000
commit2b37fa3f26e6667caf17e42237f16b5bfb58fdfd (patch)
tree7e8ab5ddd52c71aa9c3877c4602a209e2a30a257 /git_superproject.py
parenta3b2edf1af4854881c763010d1083e8c76ac7535 (diff)
downloadgit-repo-2b37fa3f26e6667caf17e42237f16b5bfb58fdfd.tar.gz
superproject: change the warning message to say it is beta.
$ repo_dev init --use-superproject -u https://android.googlesource.com/platform/manifest remote: Total 3 (delta 0), reused 3 (delta 0) NOTICE: --use-superproject is in beta; report any issues to the address described in `repo version` ... $ ./run_tests -v Bug: [google internal] b/189946009 Change-Id: Ifb3ef266a72b67f3c4a2a3ac2033b10e03b789d4 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/308522 Reviewed-by: Jonathan Nieder <jrn@google.com> Tested-by: Raman Tenneti <rtenneti@google.com>
Diffstat (limited to 'git_superproject.py')
-rw-r--r--git_superproject.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/git_superproject.py b/git_superproject.py
index 62f2d52f..f7ccd574 100644
--- a/git_superproject.py
+++ b/git_superproject.py
@@ -173,8 +173,8 @@ class Superproject(object):
173 Returns: 173 Returns:
174 True if sync of superproject is successful, or False. 174 True if sync of superproject is successful, or False.
175 """ 175 """
176 print('WARNING: --use-superproject is experimental and not ' 176 print('NOTICE: --use-superproject is in beta; report any issues to the '
177 'for general use', file=sys.stderr) 177 'address described in `repo version`', file=sys.stderr)
178 178
179 if not self._manifest.superproject: 179 if not self._manifest.superproject:
180 print('error: superproject tag is not defined in manifest', 180 print('error: superproject tag is not defined in manifest',