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

hggtk/hglib: force hgcmd_toq ui instance to be non-interactive

This should prevent background threads from getting stuck waiting for
input from the user (hasn't happened yet AFAIK).

Changeset 227b3ad2f217

Parent 67eb226c80ec

by Steve Borho

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

Change 1 of 1 Show Entire File hggtk/​hglib.py Stacked
 
333
334
335
 
336
337
338
 
333
334
335
336
337
338
339
@@ -333,6 +333,7 @@
  class Qui(ui.ui):   def __init__(self):   ui.ui.__init__(self) + self.interactive = False     def write(self, *args):   if self.buffers: