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/abandon.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/abandon.py')
-rw-r--r-- | subcmds/abandon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/abandon.py b/subcmds/abandon.py index 4036f306..ded287f6 100644 --- a/subcmds/abandon.py +++ b/subcmds/abandon.py | |||
@@ -90,7 +90,7 @@ It is equivalent to "git branch -D <branchname>". | |||
90 | success[branch].append(project) | 90 | success[branch].append(project) |
91 | else: | 91 | else: |
92 | err[branch].append(project) | 92 | err[branch].append(project) |
93 | pm.update() | 93 | pm.update(msg="") |
94 | 94 | ||
95 | self.ExecuteInParallel( | 95 | self.ExecuteInParallel( |
96 | opt.jobs, | 96 | opt.jobs, |