Mercurial > hg > easyhg
comparison src/hgtabwidget.cpp @ 514:306a62fe851e
Add "Close branch" menu option. Is currently available in some cases where it should not be, and using it exposes the fact that the chain of marked-closed changesets is not yet right in grapher.
author | Chris Cannam |
---|---|
date | Tue, 18 Oct 2011 16:50:05 +0100 |
parents | 470829a21f98 |
children | 000f13faa089 |
comparison
equal
deleted
inserted
replaced
513:ddc7238fc3b0 | 514:306a62fe851e |
---|---|
120 this, SIGNAL(mergeFrom(QString))); | 120 this, SIGNAL(mergeFrom(QString))); |
121 | 121 |
122 connect(m_historyWidget, SIGNAL(newBranch(QString)), | 122 connect(m_historyWidget, SIGNAL(newBranch(QString)), |
123 this, SIGNAL(newBranch(QString))); | 123 this, SIGNAL(newBranch(QString))); |
124 | 124 |
125 connect(m_historyWidget, SIGNAL(closeBranch(QString)), | |
126 this, SIGNAL(closeBranch(QString))); | |
127 | |
125 connect(m_historyWidget, SIGNAL(tag(QString)), | 128 connect(m_historyWidget, SIGNAL(tag(QString)), |
126 this, SIGNAL(tag(QString))); | 129 this, SIGNAL(tag(QString))); |
127 } | 130 } |
128 | 131 |
129 void HgTabWidget::clearSelections() | 132 void HgTabWidget::clearSelections() |