##// END OF EJS Templates
setup: fix mac build broken by e42d18538e1d...
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().

File last commit:

r1360:7d439981 default
r13636:4bfff063 stable
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
# placeholder