summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-04-18 11:25:58 -0700
committerShawn O. Pearce <sop@google.com>2009-04-18 11:25:58 -0700
commita490f03dc23792a86bbe5b2b8c89b32f39774c80 (patch)
tree60f1c904b47259643b40f0d7267a2136b3519c7a
parentdeec0536d657be178e8eed2d597afb9fdc716e99 (diff)
downloadgit-repo-a490f03dc23792a86bbe5b2b8c89b32f39774c80.tar.gz
Correct note about local_manifest.xml capabilities
With the <remove-project> element we can remove projects, and fully replace them with a different definition. So this note is out of date. Signed-off-by: Shawn O. Pearce <sop@google.com>
-rw-r--r--docs/manifest-format.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt
index 89257b8b..d8db21de 100644
--- a/docs/manifest-format.txt
+++ b/docs/manifest-format.txt
@@ -191,8 +191,3 @@ For example:
191Users may add projects to the local manifest prior to a `repo sync` 191Users may add projects to the local manifest prior to a `repo sync`
192invocation, instructing repo to automatically download and manage 192invocation, instructing repo to automatically download and manage
193these extra projects. 193these extra projects.
194
195Currently the only supported feature of a local manifest is to
196add new remotes and/or projects. In the future a local manifest
197may support picking different revisions of a project, or deleting
198projects specified in the default manifest.