Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

workbench: remove commented out textview_header calls

these have been moved to repowidget.py and are functional

Changeset b63875964114

Parent 4598eeed7cf8

by Adrian Buehlmann

Changes to one file · Browse files at b63875964114 Showing diff from parent 4598eeed7cf8 Diff from another changeset...

 
65
66
67
68
69
70
71
72
73
74
 
65
66
67
 
 
 
 
68
69
70
@@ -65,10 +65,6 @@
  #connect(self.tableView_revisions, SIGNAL('showMessage'),   # self.statusBar().showMessage)   - #self.textview_header.setMessageWidget(self.message) - - #self.textview_header.commitsignal.connect(self.commit) -   if repo:   self.addRepoTab(repo, fromhead)