summaryrefslogtreecommitdiffstats
path: root/subcmds/checkout.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/checkout.py')
-rw-r--r--subcmds/checkout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/checkout.py b/subcmds/checkout.py
index 9b429489..768b6027 100644
--- a/subcmds/checkout.py
+++ b/subcmds/checkout.py
@@ -47,7 +47,7 @@ The command is equivalent to:
47 nb = args[0] 47 nb = args[0]
48 err = [] 48 err = []
49 success = [] 49 success = []
50 all_projects = self.GetProjects(args[1:]) 50 all_projects = self.GetProjects(args[1:], all_manifests=not opt.this_manifest_only)
51 51
52 def _ProcessResults(_pool, pm, results): 52 def _ProcessResults(_pool, pm, results):
53 for status, project in results: 53 for status, project in results: