RESOLVED FIXED 221799
'sync-commits.py' should be able to limit reporting scope to a specific branch on a Git repository.
https://bugs.webkit.org/show_bug.cgi?id=221799
Summary 'sync-commits.py' should be able to limit reporting scope to a specific branc...
dewei_zhu
Reported 2021-02-11 18:33:07 PST
'sync-commits.py' should be able to limit reporting scope to a specific branch on a Git repository.
Attachments
Patch (3.17 KB, patch)
2021-02-11 18:36 PST, dewei_zhu
no flags
Patch (3.17 KB, patch)
2021-02-11 18:38 PST, dewei_zhu
rniwa: review+
dewei_zhu
Comment 1 2021-02-11 18:36:59 PST
dewei_zhu
Comment 2 2021-02-11 18:38:15 PST
Ryosuke Niwa
Comment 3 2021-02-12 01:33:56 PST
Comment on attachment 420077 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=420077&action=review I guess we don't have any tests for this script... We probably should. > Websites/perf.webkit.org/tools/sync-commits.py:195 > - def __init__(self, name, git_checkout, git_url): > + def __init__(self, name, git_checkout, git_url, git_branch): should probably set the default parameter of None to signify the fact it's optional.
dewei_zhu
Comment 4 2021-02-12 15:05:48 PST
Note You need to log in before you can comment on or make changes to this bug.