Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

hglib: protect interactive from overwriting

was overwritten when stdin is not a tty
(see mercurial.ui.ui.fixconfig)

Changeset 8e53281a39e2

Parent 85474a80cbc5

by Simon Heimberg

Changes to one file · Browse files at 8e53281a39e2 Showing diff from parent 85474a80cbc5 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hglib.py Stacked
 
120
121
122
 
123
124
125
 
120
121
122
123
124
125
126
@@ -120,6 +120,7 @@
  self.outputq = outputq   self.dialogq = dialogq   self.responseq = responseq + self.setconfig('ui', 'interactive', 'True')   self.interactive = True     def write(self, *args):