Mercurial > hg > easyhg
comparison src/hgtabwidget.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 | 470829a21f98 |
children | 000f13faa089 |
comparison
equal
deleted
inserted
replaced
513:ddc7238fc3b0 | 514:306a62fe851e |
---|---|
90 void diffToParent(QString id, QString parent); | 90 void diffToParent(QString id, QString parent); |
91 void showSummary(Changeset *); | 91 void showSummary(Changeset *); |
92 void diffToCurrent(QString id); | 92 void diffToCurrent(QString id); |
93 void mergeFrom(QString id); | 93 void mergeFrom(QString id); |
94 void newBranch(QString id); | 94 void newBranch(QString id); |
95 void closeBranch(QString id); | |
95 void tag(QString id); | 96 void tag(QString id); |
96 | 97 |
97 void annotateFiles(QStringList); | 98 void annotateFiles(QStringList); |
98 void diffFiles(QStringList); | 99 void diffFiles(QStringList); |
99 void commitFiles(QStringList); | 100 void commitFiles(QStringList); |