summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subcmds/sync.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py
index 9a844021..f5a7b0e6 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -780,6 +780,7 @@ later is required to fix a server side protocol bug.
780 start = time.time() 780 start = time.time()
781 success = mp.Sync_NetworkHalf(quiet=opt.quiet, verbose=opt.verbose, 781 success = mp.Sync_NetworkHalf(quiet=opt.quiet, verbose=opt.verbose,
782 current_branch_only=opt.current_branch_only, 782 current_branch_only=opt.current_branch_only,
783 force_sync=opt.force_sync,
783 tags=opt.tags, 784 tags=opt.tags,
784 optimized_fetch=opt.optimized_fetch, 785 optimized_fetch=opt.optimized_fetch,
785 retry_fetches=opt.retry_fetches, 786 retry_fetches=opt.retry_fetches,