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

changeset: provide absolute path to shell_notify

Changeset 953d95aef5f8

Parent 81db11ccd6b7

by Steve Borho

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

 
551
552
553
554
 
555
556
557
 
551
552
553
 
554
555
556
557
@@ -551,7 +551,7 @@
  dlg = hgcmd.CmdDialog(cmdline)   dlg.run()   dlg.hide() - shlib.shell_notify([self.curfile]) + shlib.shell_notify([self.repo.wjoin(self.curfile)])     def _add_to_popup(self, textview, menu):   menu_items = (('----', None),