From a490f03dc23792a86bbe5b2b8c89b32f39774c80 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Sat, 18 Apr 2009 11:25:58 -0700 Subject: [PATCH] Correct note about local_manifest.xml capabilities With the 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 --- docs/manifest-format.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt index 89257b8..d8db21d 100644 --- a/docs/manifest-format.txt +++ b/docs/manifest-format.txt @@ -191,8 +191,3 @@ For example: Users may add projects to the local manifest prior to a `repo sync` invocation, instructing repo to automatically download and manage these extra projects. - -Currently the only supported feature of a local manifest is to -add new remotes and/or projects. In the future a local manifest -may support picking different revisions of a project, or deleting -projects specified in the default manifest.