diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |