From 71e48b76728dcc50b3265d320ee1c2d1ea09a4f5 Mon Sep 17 00:00:00 2001 From: Raman Tenneti Date: Tue, 4 Jan 2022 22:33:19 +0000 Subject: [PATCH] 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 Reviewed-by: Mike Frysinger Tested-by: Jonathan Nieder --- git_superproject.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git_superproject.py b/git_superproject.py index c972322..4ca84a5 100644 --- a/git_superproject.py +++ b/git_superproject.py @@ -226,6 +226,8 @@ class Superproject(object): f'{self._manifest.manifestFile}') return SyncResult(False, False) + print('NOTICE: --use-superproject is in beta; report any issues to the ' + 'address described in `repo version`', file=sys.stderr) should_exit = True if not self._remote_url: self._LogWarning(f'superproject URL is not defined in manifest: '