[PATCH] Enable bisect --command to run shell scripts

Dirkjan Ochtman dirkjan at ochtman.nl
Sat Feb 14 10:21:13 UTC 2009


On 14/02/2009 05:24, Jonathan Watt wrote:
> +try:
> +  import subprocess
> +except ImportError:
> +  pass

Not sure this works in the face of demandimport. It would be better to 
add wrappers for this in mercurial.util, as we have for the various popens.

Cheers,

Dirkjan



More information about the Mercurial-devel mailing list