Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.3, 2.0.4, and 2.0.5

stable thread, htmlui: remove TERM=dumb hacks (refs #472)

TortoiseHg apps protect themselves from color by disallowing the
extension to be loaded. So this hack is unnecessary. Removing it
because it had the side-effect of disabling the color extension in
cmd.exe shells opened by the Workbench.

Changeset bcede0150f7e

Parent 4b78b9a94dd0

by Steve Borho

Changes to 2 files · Browse files at bcede0150f7e Showing diff from parent 4b78b9a94dd0 Diff from another changeset...

 
21
22
23
24
25
26
27
 
21
22
23
 
24
25
26
@@ -21,7 +21,6 @@
  self.setconfig('ui', 'interactive', 'off')   self.setconfig('progress', 'disable', 'True')   self.output, self.error = [], [] - os.environ['TERM'] = 'dumb'     def write(self, *args, **opts):   label = opts.get('label', '')
 
101
102
103
104
105
106
107
 
101
102
103
 
104
105
106
@@ -101,7 +101,6 @@
    self.setconfig('ui', 'interactive', 'on')   self.setconfig('progress', 'disable', 'True') - os.environ['TERM'] = 'dumb'     def write(self, *args, **opts):   if self._buffers: