diff options
author | Gavin Mak <gavinmak@google.com> | 2023-05-04 04:48:43 +0000 |
---|---|---|
committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2023-05-18 18:10:24 +0000 |
commit | 551285fa35ccd0836513e9cf64ee8d3372e5e3f4 (patch) | |
tree | 61acabd91347a510abe16976bb5be898c87c42e2 /subcmds/checkout.py | |
parent | 131fc96381e112b0aa7a1012243e2ed5cfd3ec01 (diff) | |
download | git-repo-551285fa35ccd0836513e9cf64ee8d3372e5e3f4.tar.gz |
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 <sokcevic@google.com>
Commit-Queue: Gavin Mak <gavinmak@google.com>
Reviewed-by: Joanna Wang <jojwang@google.com>
Tested-by: Gavin Mak <gavinmak@google.com>
Diffstat (limited to 'subcmds/checkout.py')
-rw-r--r-- | subcmds/checkout.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
58 | success.append(project) | 58 | success.append(project) |
59 | else: | 59 | else: |
60 | err.append(project) | 60 | err.append(project) |
61 | pm.update() | 61 | pm.update(msg="") |
62 | 62 | ||
63 | self.ExecuteInParallel( | 63 | self.ExecuteInParallel( |
64 | opt.jobs, | 64 | opt.jobs, |