From 551285fa35ccd0836513e9cf64ee8d3372e5e3f4 Mon Sep 17 00:00:00 2001 From: Gavin Mak Date: Thu, 4 May 2023 04:48:43 +0000 Subject: sync: Show elapsed time for the longest syncing project "Last synced: X" is printed only after a project finishes syncing. Replace that with a message that shows the longest actively syncing project. Bug: https://crbug.com/gerrit/11293 Change-Id: I84c7873539d84999772cd554f426b44921521e85 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/372674 Reviewed-by: Josip Sokcevic Commit-Queue: Gavin Mak Reviewed-by: Joanna Wang Tested-by: Gavin Mak --- subcmds/checkout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subcmds/checkout.py') diff --git a/subcmds/checkout.py b/subcmds/checkout.py index 08012a82..6448518f 100644 --- a/subcmds/checkout.py +++ b/subcmds/checkout.py @@ -58,7 +58,7 @@ The command is equivalent to: success.append(project) else: err.append(project) - pm.update() + pm.update(msg="") self.ExecuteInParallel( opt.jobs, -- cgit v1.2.3-54-g00ecf