1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-05 11:45:52 +00:00

Big bug in pw script

This commit is contained in:
Carsten Dominik 2010-08-16 17:17:15 +02:00
parent 652e7f2840
commit 4a523e0cf0

View File

@ -471,7 +471,8 @@ def merge_with(patch_id, rpc, delegate_str, comment_str):
# If it succeeded this far, mark the patch as "Accepted" by the invoking
# user.
action_update_patch(rpc, patch_id, state = 'Accepted', commit = sha,
delegate_str = delegate_str, archived = True)
delegate_str = delegate_str, comment_str = comment_str,
archived = True)
print sha