diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1051,7 +1051,7 @@ class Project(object): | |||
1051 | prune=False, | 1051 | prune=False, |
1052 | submodules=False, | 1052 | submodules=False, |
1053 | clone_filter=None, | 1053 | clone_filter=None, |
1054 | partial_clone_exclude=None): | 1054 | partial_clone_exclude=set()): |
1055 | """Perform only the network IO portion of the sync process. | 1055 | """Perform only the network IO portion of the sync process. |
1056 | Local working directory/branch state is not affected. | 1056 | Local working directory/branch state is not affected. |
1057 | """ | 1057 | """ |