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

shlib: fix arguments of update_thgstatus

accept arbitrary parameters for non-Windows
dummy version of update_thgstatus

Changeset 2d207f9fc3c3

Parent 458ac68f829d

by Adrian Buehlmann

Changes to one file · Browse files at 2d207f9fc3c3 Showing diff from parent 458ac68f829d Diff from another changeset...

Change 1 of 1 Show Entire File thgutil/​shlib.py Stacked
 
241
242
243
244
 
245
246
 
241
242
243
 
244
245
246
@@ -241,6 +241,6 @@
  finally:   f_notify.close()   - def update_thgstatus(): + def update_thgstatus(*args, **kws):   pass