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.add

Changeset 1712fbdc24cf

Parent 416a70c26ee7

by Adrian Buehlmann

Changes to one file · Browse files at 1712fbdc24cf Showing diff from parent 416a70c26ee7 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
238
239
240
 
241
242
243
 
238
239
240
241
242
243
244
@@ -238,6 +238,7 @@
  """add files"""   from mercurial import dispatch   dispatch.dispatch(['add'] + list(pats)) + shlib.update_thgstatus(ui, paths.find_root())   shlib.shell_notify([os.getcwd()])    def thgstatus(ui, *pats, **opts):