utils: Add run_command() from git.git
commit16c7f267d84f024a7721f568177169fa66665650
authorDavid Aguilar <davvid@gmail.com>
Tue, 13 Apr 2010 08:03:03 +0000 (13 01:03 -0700)
committerDavid Aguilar <davvid@gmail.com>
Tue, 13 Apr 2010 08:16:53 +0000 (13 01:16 -0700)
tree64c33f235fc74681bbb13b32b39465f5d5cdcd40
parent52b3a0c6e0e8f619c5bea4d39162002ec84ed195
utils: Add run_command() from git.git

We should probably move all of the infrastructure over to using
run_command().  It's probably better to just use communicate().

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