X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fpatchwork-update-commits;h=b2a658afdb3947c03eb7b32373621d28aac13af8;hb=4bc2c34df5e5eb3e7153286f59aa8bdaf0c23dc0;hp=27302167c41dbd770df5002905f49e70683f62dd;hpb=c6d26672a7ecb8973b361770668661eec2fa24a2;p=patchwork diff --git a/tools/patchwork-update-commits b/tools/patchwork-update-commits index 2730216..b2a658a 100755 --- a/tools/patchwork-update-commits +++ b/tools/patchwork-update-commits @@ -13,5 +13,5 @@ git rev-list --reverse "$@" | while read commit do hash=$(git show "$commit" | python $pwpath/parser.py -#) - $pwpath/bin/pwclient -s Accepted -c "$commit" -h "$hash" + $pwpath/bin/pwclient update -s Accepted -c "$commit" -h "$hash" done