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: use progress disabling key actually pushed to hg source

Refs #975

Changeset 256434a782ad

Parent 2bc7a563074f

by Steve Borho

Changes to one file · Browse files at 256434a782ad Showing diff from parent 2bc7a563074f Diff from another changeset...

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