comparison src/mainwindow.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
93 void hgMergeFrom(QString); 93 void hgMergeFrom(QString);
94 void hgResolveList(); 94 void hgResolveList();
95 void hgTag(QString); 95 void hgTag(QString);
96 void hgNewBranch(); 96 void hgNewBranch();
97 void hgNoBranch(); 97 void hgNoBranch();
98 void hgCloseBranch();
98 void hgServe(); 99 void hgServe();
99 void hgIgnore(); 100 void hgIgnore();
100 void hgEditIgnore(); 101 void hgEditIgnore();
101 102
102 void hgAnnotateFiles(QStringList); 103 void hgAnnotateFiles(QStringList);