Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

workbench: Hide "Undo close tab" on the tab contextmenu if there's nothing to undo

Changeset 0aff3f298c3a

Parent 76ef8ef82739

by Angel Ezquerra

Changes to one file · Browse files at 0aff3f298c3a Showing diff from parent 76ef8ef82739 Diff from another changeset...

 
582
583
584
 
585
586
587
 
582
583
584
585
586
587
588
@@ -582,6 +582,7 @@
  for reporoot in self.lastClosedRepoRootList:   if os.path.isdir(reporoot):   self.showRepo(reporoot) + self.lastClosedRepoRootList = []     def repoTabChanged(self, index=0):   w = self.repoTabsWidget.currentWidget()