From 4e1fc1013c9203d3f5e7bdfba909d175a522c1f3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 6 Sep 2020 14:42:47 -0400 Subject: manifest: drop support for local_manifest.xml We deprecated this 8 years ago. Time to drop it to simplify the code as it'll help with refactoring in this module to not migrate it. Change-Id: I2deae5496d1f66a4491408fcdc95cd527062f8b6 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/280798 Tested-by: Mike Frysinger Reviewed-by: Michael Mortensen --- subcmds/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subcmds/manifest.py') diff --git a/subcmds/manifest.py b/subcmds/manifest.py index fb020d8c..f0a0d069 100644 --- a/subcmds/manifest.py +++ b/subcmds/manifest.py @@ -30,7 +30,7 @@ class Manifest(PagedCommand): _helpDescription = """ With the -o option, exports the current manifest for inspection. -The manifest and (if present) local_manifest.xml are combined +The manifest and (if present) local_manifests/ are combined together to produce a single manifest file. This file can be stored in a Git repository for use during future 'repo init' invocations. -- cgit v1.2.3-54-g00ecf