Mercurial > hg > easyhg
diff src/changesetitem.h @ 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 | c623ce6b3104 |
children | 000f13faa089 |
line wrap: on
line diff
--- a/src/changesetitem.h Tue Oct 18 12:49:39 2011 +0100 +++ b/src/changesetitem.h Tue Oct 18 16:50:05 2011 +0100 @@ -75,6 +75,7 @@ void showSummary(Changeset *); void mergeFrom(QString); void newBranch(QString); + void closeBranch(QString); void tag(QString); public slots: @@ -90,6 +91,7 @@ void mergeActivated(); void tagActivated(); void newBranchActivated(); + void closeBranchActivated(); protected: virtual void mousePressEvent(QGraphicsSceneMouseEvent *);