Cleanup CVS calls in 'sync' action.
authorMichał Górny <mgorny@gentoo.org>
Sun, 24 Oct 2010 08:18:23 +0000 (10:18 +0200)
committerZac Medico <zmedico@gentoo.org>
Wed, 27 Oct 2010 14:37:05 +0000 (07:37 -0700)
commit493bb457ec508f75a756b92d98d5ef0f29da20ce
tree5b98df0ba5d89d35fa8f0a635597a3abebdcb00b
parent86e734cfed99682cd3ddc308b01bcc6fdced76ca
Cleanup CVS calls in 'sync' action.

Use 'exec' to avoid unnecessary redundant processes. Update the checkout
code to use spawn_bash() like update does.
pym/_emerge/actions.py