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

rpcserver: remove win32trace hack

Changeset 853cd0e75531

Parent e5dc81fe4092

by Steve Borho

Changes to one file · Browse files at 853cd0e75531 Showing diff from parent e5dc81fe4092 Diff from another changeset...

 
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
 
25
26
27
 
 
 
 
 
 
 
 
 
28
29
30
@@ -25,15 +25,6 @@
 PIPEBUFSIZE = 4096     -# FIXME: quick workaround traceback caused by missing "closed" -# attribute in win32trace. -from mercurial import ui -def write_err(self, *args): - for a in args: - sys.stderr.write(str(a)) -ui.ui.write_err = write_err - -  def update_batch(batch):   '''updates thgstatus for all paths in batch'''   roots = []