comparison hgtabwidget.h @ 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
comparison
equal deleted inserted replaced
308:7f50c040e13d 311:4811eb34e819
85 85
86 void commit(); 86 void commit();
87 void revert(); 87 void revert();
88 void diffWorkingFolder(); 88 void diffWorkingFolder();
89 void showSummary(); 89 void showSummary();
90 void newBranch();
91 void noBranch();
90 92
91 void updateTo(QString id); 93 void updateTo(QString id);
92 void diffToParent(QString id, QString parent); 94 void diffToParent(QString id, QString parent);
93 void showSummary(Changeset *); 95 void showSummary(Changeset *);
94 void diffToCurrent(QString id); 96 void diffToCurrent(QString id);