Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.3rc1, 0.3, and 0.4rc1

hggtk/hglib: force GtkUi instances to be interactive

This fixes problems with http authentication

Changeset 67eb226c80ec

Parent c4c35f21cf54

by Steve Borho

Changes to one file · Browse files at 67eb226c80ec Showing diff from parent c4c35f21cf54 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hglib.py Stacked
 
67
68
69
 
70
71
72
 
67
68
69
70
71
72
73
@@ -67,6 +67,7 @@
  self.outputq = outputq   self.dialogq = dialogq   self.responseq = responseq + self.interactive = True     def write(self, *args):   if self.buffers: