summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--project.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/project.py b/project.py
index 3c4b4aef..8bef9a85 100644
--- a/project.py
+++ b/project.py
@@ -1515,11 +1515,11 @@ class Project(object):
1515 (ID_RE.match(self.revisionExpr) and 1515 (ID_RE.match(self.revisionExpr) and
1516 self._CheckForImmutableRevision())): 1516 self._CheckForImmutableRevision())):
1517 if not self._RemoteFetch( 1517 if not self._RemoteFetch(
1518 initial=is_new, quiet=quiet, verbose=verbose, alt_dir=alt_dir, 1518 initial=is_new, quiet=quiet, verbose=verbose, alt_dir=alt_dir,
1519 current_branch_only=current_branch_only, 1519 current_branch_only=current_branch_only,
1520 no_tags=no_tags, prune=prune, depth=depth, 1520 no_tags=no_tags, prune=prune, depth=depth,
1521 submodules=submodules, force_sync=force_sync, 1521 submodules=submodules, force_sync=force_sync,
1522 clone_filter=clone_filter): 1522 clone_filter=clone_filter):
1523 return False 1523 return False
1524 1524
1525 mp = self.manifest.manifestProject 1525 mp = self.manifest.manifestProject