summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2012-11-13 03:04:18 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2012-11-13 08:19:51 +0900
commit5566ae5ddea409279b13e538b513a73062862c3e (patch)
tree8eee7a90ecf3692659eb2249c1a7b48c81de28a2 /docs
parent2d5a0df798b7b16ccf9c17b2435a9640cf0d81c0 (diff)
downloadgit-repo-5566ae5ddea409279b13e538b513a73062862c3e.tar.gz
Print deprecation warning when local_manifest.xml is used
The preferred way to specify local manifests is to drop the file(s) in the local_manifests folder. Print a deprecation warning when the legacy local_manifest.xml file is used. Change-Id: Ice85bd06fb612d6fcceeaa0755efd130556c4464
Diffstat (limited to 'docs')
-rw-r--r--docs/manifest-format.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt
index c51b84be..9589352e 100644
--- a/docs/manifest-format.txt
+++ b/docs/manifest-format.txt
@@ -250,4 +250,6 @@ invocation, instructing repo to automatically download and manage
250these extra projects. 250these extra projects.
251 251
252Additional remotes and projects may also be added through a local 252Additional remotes and projects may also be added through a local
253manifest, stored in `$TOP_DIR/.repo/local_manifest.xml`. 253manifest, stored in `$TOP_DIR/.repo/local_manifest.xml`. This method
254is deprecated in favor of using multiple manifest files as mentioned
255above.