summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
diff options
context:
space:
mode:
authorLaMont Jones <lamontjones@google.com>2022-04-07 18:14:46 +0000
committerLaMont Jones <lamontjones@google.com>2022-04-12 15:46:23 +0000
commitd56e2eb4216827284220fcc35af42e60b4faaea6 (patch)
tree886d25de764ce3abe6978b639d1a715e2e7b6277 /subcmds/init.py
parentd52ca421d52c75837d1614ec54549569f354b7ec (diff)
downloadgit-repo-d56e2eb4216827284220fcc35af42e60b4faaea6.tar.gz
manifest_xml: use Superproject to hold XML contentv2.23
Always create Superproject when there is a <superproject> tag, and have it hold the XML content, similar to how other manifest elements are handled. This also adds SetQuiet and SetPrintMessages to Superproject consistent with manifest.SetUseLocalManifests. Change-Id: I522bf3da542006575799f0640c67f7052704f266 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/334641 Reviewed-by: Mike Frysinger <vapier@google.com> Reviewed-by: Raman Tenneti <rtenneti@google.com> Tested-by: LaMont Jones <lamontjones@google.com>
Diffstat (limited to 'subcmds/init.py')
-rw-r--r--subcmds/init.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/subcmds/init.py b/subcmds/init.py
index 65b63efd..99f30dce 100644
--- a/subcmds/init.py
+++ b/subcmds/init.py
@@ -25,7 +25,6 @@ from project import SyncBuffer
25from git_config import GitConfig 25from git_config import GitConfig
26from git_command import git_require, MIN_GIT_VERSION_SOFT, MIN_GIT_VERSION_HARD 26from git_command import git_require, MIN_GIT_VERSION_SOFT, MIN_GIT_VERSION_HARD
27import fetch 27import fetch
28import git_superproject
29import platform_utils 28import platform_utils
30from wrapper import Wrapper 29from wrapper import Wrapper
31 30