Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable hgthread: set ui.progress=False to disable the progress extension

This won't have any effect until my progress.py patch makes it to hg-main

Closes #975

Changeset 0e2f1e898be5

Parent 2663888d5453

by Steve Borho

Changes to one file · Browse files at 0e2f1e898be5 Showing diff from parent 2663888d5453 Diff from another changeset...

 
38
39
40
 
41
42
43
 
38
39
40
41
42
43
44
@@ -38,6 +38,7 @@
  self.dialogq = dialogq   self.responseq = responseq   self.setconfig('ui', 'interactive', 'on') + self.setconfig('ui', 'progress', 'False')     def write(self, *args):   if hglib.uiwrite(self, args):