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

hggtk: call shlib.update_thgstatus in hgtk.thgstatus

Changeset 6c235635bb82

Parent 2d207f9fc3c3

by Adrian Buehlmann

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

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
241
242
243
244
245
246
 
 
247
248
249
 
241
242
243
 
 
 
244
245
246
247
248
@@ -241,9 +241,8 @@
  shlib.shell_notify([os.getcwd()])    def thgstatus(ui, *pats, **opts): - """hg thgstatus""" - from mercurial import dispatch - dispatch.dispatch(['thgstatus']) + """update thgstatus""" + shlib.update_thgstatus(ui, paths.find_root())   shlib.shell_notify([os.getcwd()])    def clone(ui, *pats, **opts):