174
191
# Remove 'TERM' == 'dumb' which causes us to *not* treat output as a
175
192
# real terminal, even though isatty returns True
177
194
self.stderr = TTYStringIO()
178
195
self.stdout = TTYStringIO()
179
196
self.factory = ui.text.TextUIFactory(self.stdin, self.stdout,