summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r--subcmds/sync.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py
index ac6a451b..ec4bf60d 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -618,7 +618,7 @@ later is required to fix a server side protocol bug.
618 618
619 if not use_super: 619 if not use_super:
620 continue 620 continue
621 m.superproject.SetQuiet(opt.quiet) 621 m.superproject.SetQuiet(not opt.verbose)
622 print_messages = git_superproject.PrintMessages( 622 print_messages = git_superproject.PrintMessages(
623 opt.use_superproject, m 623 opt.use_superproject, m
624 ) 624 )
@@ -1501,7 +1501,7 @@ later is required to fix a server side protocol bug.
1501 buf = TeeStringIO(sys.stdout) 1501 buf = TeeStringIO(sys.stdout)
1502 try: 1502 try:
1503 result = mp.Sync_NetworkHalf( 1503 result = mp.Sync_NetworkHalf(
1504 quiet=opt.quiet, 1504 quiet=not opt.verbose,
1505 output_redir=buf, 1505 output_redir=buf,
1506 verbose=opt.verbose, 1506 verbose=opt.verbose,
1507 current_branch_only=self._GetCurrentBranchOnly( 1507 current_branch_only=self._GetCurrentBranchOnly(