Mercurial > hg > easyhg
comparison historywidget.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 |
---|---|
49 void commit(); | 49 void commit(); |
50 void revert(); | 50 void revert(); |
51 void diffWorkingFolder(); | 51 void diffWorkingFolder(); |
52 void showSummary(); | 52 void showSummary(); |
53 void showWork(); | 53 void showWork(); |
54 void newBranch(); | |
55 void noBranch(); | |
54 | 56 |
55 void updateTo(QString id); | 57 void updateTo(QString id); |
56 void diffToParent(QString id, QString parent); | 58 void diffToParent(QString id, QString parent); |
57 void showSummary(Changeset *); | 59 void showSummary(Changeset *); |
58 void diffToCurrent(QString id); | 60 void diffToCurrent(QString id); |