comparison changesetscene.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
comparison
equal deleted inserted replaced
308:7f50c040e13d 311:4811eb34e819
42 void commit(); 42 void commit();
43 void revert(); 43 void revert();
44 void diffWorkingFolder(); 44 void diffWorkingFolder();
45 void showSummary(); 45 void showSummary();
46 void showWork(); 46 void showWork();
47 void newBranch();
48 void noBranch();
47 49
48 void updateTo(QString id); 50 void updateTo(QString id);
49 void diffToParent(QString id, QString parent); 51 void diffToParent(QString id, QString parent);
50 void showSummary(Changeset *); 52 void showSummary(Changeset *);
51 void diffToCurrent(QString id); 53 void diffToCurrent(QString id);