소스 검색

Merge "Fix 'repo cherry-pick' to avoid hanging on commit-msg update."

David Pursehouse 10 년 전
부모
커밋
c5ceeb1625
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      subcmds/cherry_pick.py

+ 1 - 0
subcmds/cherry_pick.py

@@ -76,6 +76,7 @@ change id will be added.
                      capture_stdout = True,
                      capture_stderr = True)
       p.stdin.write(new_msg)
+      p.stdin.close()
       if p.Wait() != 0:
         print("error: Failed to update commit message", file=sys.stderr)
         sys.exit(1)