Mercurial > hg > easyhg
diff hgtabwidget.cpp @ 311:4811eb34e819 new-branches-with-status-outside-tabs
Add Start New Branch and Cancel New Branch to uncommitted item menu; add branch name to Commit dialog
author | Chris Cannam |
---|---|
date | Tue, 01 Mar 2011 14:22:29 +0000 |
parents | 5b4aa1c24407 |
children | 6e1fdda1dff2 |
line wrap: on
line diff
--- a/hgtabwidget.cpp Mon Feb 28 14:24:14 2011 +0000 +++ b/hgtabwidget.cpp Tue Mar 01 14:22:29 2011 +0000 @@ -52,6 +52,12 @@ connect(m_historyWidget, SIGNAL(showSummary()), this, SIGNAL(showSummary())); + connect(m_historyWidget, SIGNAL(newBranch()), + this, SIGNAL(newBranch())); + + connect(m_historyWidget, SIGNAL(noBranch()), + this, SIGNAL(noBranch())); + connect(m_historyWidget, SIGNAL(diffWorkingFolder()), this, SIGNAL(diffWorkingFolder()));