comparison mainwindow.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 7b4f42cfc596
comparison
equal deleted inserted replaced
288:ca6edd303c9d 289:37f67999b661
67 void hgStat(); 67 void hgStat();
68 void hgRemove(); 68 void hgRemove();
69 void hgAdd(); 69 void hgAdd();
70 void hgCommit(); 70 void hgCommit();
71 void hgShowSummary(); 71 void hgShowSummary();
72 void hgShowSummaryToParent(QString, QString); 72 void hgShowSummaryFor(Changeset *);
73 void hgFolderDiff(); 73 void hgFolderDiff();
74 void hgDiffToCurrent(QString); 74 void hgDiffToCurrent(QString);
75 void hgDiffToParent(QString, QString); 75 void hgDiffToParent(QString, QString);
76 void hgUpdate(); 76 void hgUpdate();
77 void hgRevert(); 77 void hgRevert();