summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaman Tenneti <rtenneti@google.com>2022-01-04 22:33:19 +0000
committerJonathan Nieder <jrn@google.com>2022-01-06 20:01:03 +0000
commit71e48b76728dcc50b3265d320ee1c2d1ea09a4f5 (patch)
tree883f14f3b7ad2961fa99f65e74ebf411b4180911
parent13576a8cafb1369e978c03c7f73053c8ab015e4b (diff)
downloadgit-repo-71e48b76728dcc50b3265d320ee1c2d1ea09a4f5.tar.gz
Revert "sync: dropped "NOTICE: --use-superproject is in beta ..." message."
This reverts commit d53cb9549a0c57939b12c5c35a6b581aec2ca36f. As long as repo's reference docs treat this feature as a work in progress and don't cover it well enough to allow all repo maintainers to easily support it, it is inconsistent to report to users that it is no longer in beta. Thanks for vapier@google.com for noticing. https://crbug.com/gerrit/15527 tracks the required documentation changes before we'd be ready to roll forward again. Change-Id: Ic9bd951cfb3c1abf6e1bfa30dfe4afa1c9b7bec6 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/327337 Reviewed-by: Jonathan Nieder <jrn@google.com> Reviewed-by: Mike Frysinger <vapier@google.com> Tested-by: Jonathan Nieder <jrn@google.com>
-rw-r--r--git_superproject.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/git_superproject.py b/git_superproject.py
index c9723225..4ca84a58 100644
--- a/git_superproject.py
+++ b/git_superproject.py
@@ -226,6 +226,8 @@ 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)
229 should_exit = True 231 should_exit = True
230 if not self._remote_url: 232 if not self._remote_url:
231 self._LogWarning(f'superproject URL is not defined in manifest: ' 233 self._LogWarning(f'superproject URL is not defined in manifest: '