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

changeset: fix diff to local on single files

Changeset 880c92678ffa

Parent cc43edb0eb48

by Steve Borho

Changes to one file · Browse files at 880c92678ffa Showing diff from parent cc43edb0eb48 Diff from another changeset...

 
489
490
491
492
 
493
494
495
 
489
490
491
 
492
493
494
495
@@ -489,7 +489,7 @@
  def diff_to_local(self, menuitem):   if not self.curfile:   return - self.opts['rev'] = [str(self.currev), '.'] + self.opts['rev'] = [str(self.currev)]   self._diff_file('M', self.curfile)     def diff_file_rev(self, menuitem):