git.py: workaround osx interrupted system calls
commit4266c7e9853a30b32e8b1de9c23a1412eaeeee6f
authorDavid Aguilar <davvid@gmail.com>
Fri, 24 Oct 2008 05:16:39 +0000 (23 22:16 -0700)
committerDavid Aguilar <davvid@gmail.com>
Fri, 24 Oct 2008 05:16:58 +0000 (23 22:16 -0700)
tree6ade6556a5e1daf3ce193945532541fbc440a786
parent311679776b5af9f321241c11e9444935a9f74ce4
git.py: workaround osx interrupted system calls

On osx select gets interrupted and exec'ing out commands fails.
We now retry the system call to recover.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/git.py
cola/utils.py