From 971de8ea7b7e474a4d9253b6c9f47da3f1130973 Mon Sep 17 00:00:00 2001 From: Conley Owens Date: Mon, 16 Apr 2012 10:36:08 -0700 Subject: Refine groups functionality Every project is in group "default". "-default" does not remove it from this project. All group names specified in the manifest are positive names as opposed to a mix of negative and positive. Specified groups are resolved in order. If init is supplied with --groups="group1,-group2", the following describes the project selection when syncing: * all projects in "group1" will be added, and * all projects in "group2" will be removed. Change-Id: I1df3dcdb64bbd4cd80d675f9b2d3becbf721f661 --- docs/manifest-format.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt index e5f5ee18..764e41eb 100644 --- a/docs/manifest-format.txt +++ b/docs/manifest-format.txt @@ -165,8 +165,8 @@ been extensively tested. If not supplied the revision given by the default element is used. Attribute `groups`: List of groups to which this project belongs, -whitespace or comma separated. All projects are part of the group -"default" unless "-default" is specified in the list of groups. +whitespace or comma separated. All projects belong to the group +"default". Element annotation ------------------ -- cgit v1.2.3-54-g00ecf