Date: Wed, 23 Mar 2011 18:10:31 +0100

Otherwise the following error is shown.

        Too many arguments specified

Signed-off-by: Paul Menzel <[email protected]>
---
 tools/patchwork-update-commits |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
-- 
1.7.4.1

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Patchwork mailing list
[email protected]
https://lists.ozlabs.org/listinfo/patchwork

Reply via email to