summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-08-16 17:17:15 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-08-16 17:17:15 +0200
commit4a523e0cf0fba620b0296d376c6efb617c31e7a4 (patch)
tree44247f864539fb2a95f34177fc394487533f08ce
parent652e7f28401064d010b4aa5aa7ff9527a30821ad (diff)
downloadorg-mode-4a523e0cf0fba620b0296d376c6efb617c31e7a4.tar.gz
Big bug in pw script
-rwxr-xr-xUTILITIES/pw3
1 files changed, 2 insertions, 1 deletions
diff --git a/UTILITIES/pw b/UTILITIES/pw
index 8bf861d..edf1018 100755
--- a/UTILITIES/pw
+++ b/UTILITIES/pw
@@ -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