comparison mainwindow.h @ 162:910c2c5d1873

* Better handling of empty repositories; some tidying & textual fixes
author Chris Cannam
date Fri, 03 Dec 2010 14:43:32 +0000
parents e411bb42d934
children 5c262ac73948
comparison
equal deleted inserted replaced
161:5b2046f67a56 162:910c2c5d1873
72 void hgQueryPaths(); 72 void hgQueryPaths();
73 void hgStat(); 73 void hgStat();
74 void hgRemove(); 74 void hgRemove();
75 void hgAdd(); 75 void hgAdd();
76 void hgCommit(); 76 void hgCommit();
77 void hgFileDiff();
78 void hgFolderDiff(); 77 void hgFolderDiff();
79 void hgDiffToCurrent(QString); 78 void hgDiffToCurrent(QString);
80 void hgDiffToParent(QString, QString); 79 void hgDiffToParent(QString, QString);
81 void hgUpdate(); 80 void hgUpdate();
82 void hgRevert(); 81 void hgRevert();
163 //Repo actions 162 //Repo actions
164 QAction *hgIncomingAct; 163 QAction *hgIncomingAct;
165 QAction *hgPushAct; 164 QAction *hgPushAct;
166 QAction *hgPullAct; 165 QAction *hgPullAct;
167 QAction *hgRefreshAct; 166 QAction *hgRefreshAct;
168 QAction *hgFileDiffAct;
169 QAction *hgFolderDiffAct; 167 QAction *hgFolderDiffAct;
170 QAction *hgChgSetDiffAct; 168 QAction *hgChgSetDiffAct;
171 QAction *hgRevertAct; 169 QAction *hgRevertAct;
172 QAction *hgAddAct; 170 QAction *hgAddAct;
173 QAction *hgRemoveAct; 171 QAction *hgRemoveAct;