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

changeset: whitespace, comment cleanup

Changeset 02572e94fc41

Parent ca9ca0972f8a

by Steve Borho

Changes to one file · Browse files at 02572e94fc41 Showing diff from parent ca9ca0972f8a Diff from another changeset...

 
643
644
645
646
647
 
648
649
650
 
664
665
666
667
668
669
670
671
672
673
 
674
675
676
677
678
 
681
682
683
684
685
686
687
 
643
644
645
 
 
646
647
648
649
 
663
664
665
 
666
667
668
669
670
 
671
672
 
673
674
675
 
678
679
680
 
681
682
683
@@ -643,8 +643,7 @@
  self._diff_file('M', self.curfile)     def _file_row_act(self, tree, path, column) : - """Default action is the first entry in the context menu - """ + 'Default action is the first entry in the context menu'   self._filemenu.get_children()[0].activate()   return True   @@ -664,15 +663,13 @@
    def _diff_to_local(self, menuitem):   if not self.curfile: - # ignore view events for the [Description] row   return   self.opts['rev'] = [str(self.currev), '.']   self._diff_file('M', self.curfile)     def _diff_file_rev(self, menuitem): - 'User selected visual diff file revision from the file list context menu' + 'User selected visual diff file from the file list context menu'   if not self.curfile: - # ignore view events for the [Description] row   return   self.opts['change'] = str(self.currev)   self._diff_file('M', self.curfile) @@ -681,7 +678,6 @@
  def _view_file_rev(self, menuitem):   '''User selected view file revision from the file list context menu'''   if not self.curfile: - # ignore view events for the [Description] row   return   rev = self.currev   parents = self.parents