summaryrefslogtreecommitdiffstats
path: root/subcmds/manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/manifest.py')
-rw-r--r--subcmds/manifest.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/subcmds/manifest.py b/subcmds/manifest.py
index d9f242ee..399e241e 100644
--- a/subcmds/manifest.py
+++ b/subcmds/manifest.py
@@ -34,6 +34,11 @@ The manifest and (if present) local_manifest.xml are combined
34together to produce a single manifest file. This file can be stored 34together to produce a single manifest file. This file can be stored
35in a Git repository for use during future 'repo init' invocations. 35in a Git repository for use during future 'repo init' invocations.
36 36
37The -r option can be used to generate a manifest file with project
38revisions set to the current commit hash. These are known as
39"revision locked manifests", as they don't follow a particular branch.
40In this case, the 'upstream' attribute is set to the ref we were on
41when the manifest was generated.
37""" 42"""
38 43
39 @property 44 @property