X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fpatchwork-update-commits;h=b2a658afdb3947c03eb7b32373621d28aac13af8;hb=67181f5c929018d5304732969f0811795c13ea37;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