Mercurial > hg > easyhg
comparison hgtabwidget.h @ 289:37f67999b661
We can provide a better interface for most common cases by essentially showing a formatted log for the summary rather than a diff only
author | Chris Cannam |
---|---|
date | Mon, 21 Feb 2011 12:15:04 +0000 |
parents | ca6edd303c9d |
children | d40294e164da |
comparison
equal
deleted
inserted
replaced
288:ca6edd303c9d | 289:37f67999b661 |
---|---|
89 void diffWorkingFolder(); | 89 void diffWorkingFolder(); |
90 void showSummary(); | 90 void showSummary(); |
91 | 91 |
92 void updateTo(QString id); | 92 void updateTo(QString id); |
93 void diffToParent(QString id, QString parent); | 93 void diffToParent(QString id, QString parent); |
94 void showSummaryToParent(QString id, QString parent); | 94 void showSummary(Changeset *); |
95 void diffToCurrent(QString id); | 95 void diffToCurrent(QString id); |
96 void mergeFrom(QString id); | 96 void mergeFrom(QString id); |
97 void tag(QString id); | 97 void tag(QString id); |
98 | 98 |
99 public slots: | 99 public slots: |