diff options
Diffstat (limited to 'docs/manifest-format.md')
-rw-r--r-- | docs/manifest-format.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/manifest-format.md b/docs/manifest-format.md index 0d26296d..bcdf5a8e 100644 --- a/docs/manifest-format.md +++ b/docs/manifest-format.md | |||
@@ -105,6 +105,8 @@ following DTD: | |||
105 | <!ATTLIST extend-project groups CDATA #IMPLIED> | 105 | <!ATTLIST extend-project groups CDATA #IMPLIED> |
106 | <!ATTLIST extend-project revision CDATA #IMPLIED> | 106 | <!ATTLIST extend-project revision CDATA #IMPLIED> |
107 | <!ATTLIST extend-project remote CDATA #IMPLIED> | 107 | <!ATTLIST extend-project remote CDATA #IMPLIED> |
108 | <!ATTLIST extend-project dest-branch CDATA #IMPLIED> | ||
109 | <!ATTLIST extend-project upstream CDATA #IMPLIED> | ||
108 | 110 | ||
109 | <!ELEMENT remove-project EMPTY> | 111 | <!ELEMENT remove-project EMPTY> |
110 | <!ATTLIST remove-project name CDATA #REQUIRED> | 112 | <!ATTLIST remove-project name CDATA #REQUIRED> |
@@ -423,6 +425,12 @@ project. Same syntax as the corresponding element of `project`. | |||
423 | Attribute `remote`: If specified, overrides the remote of the original | 425 | Attribute `remote`: If specified, overrides the remote of the original |
424 | project. Same syntax as the corresponding element of `project`. | 426 | project. Same syntax as the corresponding element of `project`. |
425 | 427 | ||
428 | Attribute `dest-branch`: If specified, overrides the dest-branch of the original | ||
429 | project. Same syntax as the corresponding element of `project`. | ||
430 | |||
431 | Attribute `upstream`: If specified, overrides the upstream of the original | ||
432 | project. Same syntax as the corresponding element of `project`. | ||
433 | |||
426 | ### Element annotation | 434 | ### Element annotation |
427 | 435 | ||
428 | Zero or more annotation elements may be specified as children of a | 436 | Zero or more annotation elements may be specified as children of a |