summaryrefslogtreecommitdiffstats
path: root/subcmds
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds')
-rw-r--r--subcmds/init.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/subcmds/init.py b/subcmds/init.py
index cae0e342..0c979cd4 100644
--- a/subcmds/init.py
+++ b/subcmds/init.py
@@ -109,6 +109,10 @@ to update the working directory files.
109 Args: 109 Args:
110 opt: options from optparse. 110 opt: options from optparse.
111 """ 111 """
112 # Normally this value is set when instantiating the project, but the
113 # manifest project is special and is created when instantiating the
114 # manifest which happens before we parse options.
115 self.manifest.manifestProject.clone_depth = opt.manifest_depth
112 if not self.manifest.manifestProject.Sync( 116 if not self.manifest.manifestProject.Sync(
113 manifest_url=opt.manifest_url, 117 manifest_url=opt.manifest_url,
114 manifest_branch=opt.manifest_branch, 118 manifest_branch=opt.manifest_branch,