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

guess: provide absolute path to shell_notify

Changeset 9db1e4db6ee8

Parent 953d95aef5f8

by Steve Borho

Changes to one file · Browse files at 9db1e4db6ee8 Showing diff from parent 953d95aef5f8 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​guess.py Stacked
 
303
304
305
306
 
307
308
309
 
303
304
305
 
306
307
308
309
@@ -303,7 +303,7 @@
  # Mark missing rename source as removed   repo.remove([src])   repo.copy(src, dest) - shlib.shell_notify([src, dest]) + shlib.shell_notify([repo.wjoin(src), repo.wjoin(dest)])   if self.notify_func:   self.notify_func()   # Mark all rows with this target file as non-sensitive