diff options
Diffstat (limited to 'subcmds')
-rw-r--r-- | subcmds/init.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/subcmds/init.py b/subcmds/init.py index b359024d..a758fbb1 100644 --- a/subcmds/init.py +++ b/subcmds/init.py | |||
@@ -187,6 +187,9 @@ to update the working directory files. | |||
187 | shutil.rmtree(m.gitdir) | 187 | shutil.rmtree(m.gitdir) |
188 | sys.exit(1) | 188 | sys.exit(1) |
189 | 189 | ||
190 | if opt.manifest_branch: | ||
191 | m.MetaBranchSwitch(opt.manifest_branch) | ||
192 | |||
190 | syncbuf = SyncBuffer(m.config) | 193 | syncbuf = SyncBuffer(m.config) |
191 | m.Sync_LocalHalf(syncbuf) | 194 | m.Sync_LocalHalf(syncbuf) |
192 | syncbuf.Finish() | 195 | syncbuf.Finish() |