Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.3, 0.9, and 0.9.1

stable changeset: fix diff to local from changeset file list

Fixes #598

Changeset 1392a2455b20

Parent 2b968b4adf8f

by Steve Borho

Changes to one file · Browse files at 1392a2455b20 Showing diff from parent 2b968b4adf8f Diff from another changeset...

 
507
508
509
510
 
511
512
513
 
507
508
509
 
510
511
512
513
@@ -507,7 +507,7 @@
  def diff_to_local(self, menuitem):   if not self.curfile:   return - self._do_diff([self.curfile], {'rev' : str(self.currev)}) + self._do_diff([self.curfile], {'rev' : [str(self.currev)]})     def diff_file_rev(self, menuitem):   'User selected visual diff file from the file list context menu'