Mercurial > hg
comparison contrib/hgk @ 13636:4bfff063aed6 stable
setup: fix mac build broken by e42d18538e1d
Sometimes xcodebuild prints warnings to stderr, but runcmd() assumes anything
printed to stderr implies failure. Since runcmd() was originally only
intended to run hg, this was fine until it was pressed into service for
running xcodebuild. Thus: split runcmd() into two parts: runcmd(), which does
the minimal amount of work to run a subprocess, and runhg(), which calls
runcmd().
author | Jon M. Dugan <jdugan@x1024.net> |
---|---|
date | Sun, 13 Mar 2011 17:39:33 -0500 |
parents | 22f948c027a9 |
children | 0f93bbe8deb7 |
comparison
equal
deleted
inserted
replaced
13635:c9ddc39c21b6 | 13636:4bfff063aed6 |
---|