Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

rename: notify shell when file states are changed

Changeset 807bdf597760

Parent a268b2b9ff1d

by Steve Borho

Changes to one file · Browse files at 807bdf597760 Showing diff from parent a268b2b9ff1d Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​rename.py Stacked
 
248
249
250
 
251
252
253
 
248
249
250
251
252
253
254
@@ -248,6 +248,7 @@
  repo.copy(src, dest)   if src in self.deleted:   repo.remove([src]) + shlib.shell_notify([src, dest])   # Mark all rows with this target file as non-sensitive   for row in cmodel:   if row[1] == dest: