diff options
author | Mike Frysinger <vapier@google.com> | 2020-09-06 14:42:47 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2020-09-08 17:00:06 +0000 |
commit | 4e1fc1013c9203d3f5e7bdfba909d175a522c1f3 (patch) | |
tree | d15174fed0c8ad157a4deba18a20d657d11d6b9b /subcmds/manifest.py | |
parent | 4b325813fc0ba3f6525a9bacb4daf78fccccc3f6 (diff) | |
download | git-repo-4e1fc1013c9203d3f5e7bdfba909d175a522c1f3.tar.gz |
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 <vapier@google.com>
Reviewed-by: Michael Mortensen <mmortensen@google.com>
Diffstat (limited to 'subcmds/manifest.py')
-rw-r--r-- | subcmds/manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): | |||
30 | _helpDescription = """ | 30 | _helpDescription = """ |
31 | 31 | ||
32 | With the -o option, exports the current manifest for inspection. | 32 | With the -o option, exports the current manifest for inspection. |
33 | The manifest and (if present) local_manifest.xml are combined | 33 | The manifest and (if present) local_manifests/ are combined |
34 | together to produce a single manifest file. This file can be stored | 34 | together to produce a single manifest file. This file can be stored |
35 | in a Git repository for use during future 'repo init' invocations. | 35 | in a Git repository for use during future 'repo init' invocations. |
36 | 36 | ||