소스 검색

Big bug in pw script

Carsten Dominik 14 년 전
부모
커밋
4a523e0cf0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      UTILITIES/pw

+ 2 - 1
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