output through a normal pipe due to unavailability of ptys.
Thanks to grobian for reporting.
svn path=/main/trunk/; revision=14530
if debug:
fetch_args.append("--debug")
+ if not self.background and nocolor not in ('yes', 'true'):
+ # Force consistent color output, in case we are capturing fetch
+ # output through a normal pipe due to unavailability of ptys.
+ fetch_args.append('--color=y')
+
self.args = fetch_args
self.env = fetch_env
SpawnProcess._start(self)