comparison mainwindow.h @ 200:8c8c04bdf0fa

* Separate out the hg test action into two tests, one for plain hg and one with the extension (so can report separately)
author Chris Cannam
date Tue, 04 Jan 2011 12:42:28 +0000
parents f16fe0db11f3
children e67bd8abc3e3
comparison
equal deleted inserted replaced
199:f16fe0db11f3 200:8c8c04bdf0fa
72 void startupDialog(); 72 void startupDialog();
73 void clearSelections(); 73 void clearSelections();
74 void showAllChanged(bool); 74 void showAllChanged(bool);
75 75
76 void hgTest(); 76 void hgTest();
77 void hgTestExtension();
77 void hgQueryPaths(); 78 void hgQueryPaths();
78 void hgStat(); 79 void hgStat();
79 void hgRemove(); 80 void hgRemove();
80 void hgAdd(); 81 void hgAdd();
81 void hgCommit(); 82 void hgCommit();