comparison mainwindow.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 6e1fdda1dff2
comparison
equal deleted inserted replaced
308:7f50c040e13d 311:4811eb34e819
88 void hgUpdateToRev(QString); 88 void hgUpdateToRev(QString);
89 void hgMergeFrom(QString); 89 void hgMergeFrom(QString);
90 void hgAnnotate(); 90 void hgAnnotate();
91 void hgResolveList(); 91 void hgResolveList();
92 void hgTag(QString); 92 void hgTag(QString);
93 void hgNewBranch(QString); 93 void hgNewBranch();
94 void hgNoBranch();
94 void hgServe(); 95 void hgServe();
95 void hgIgnore(); 96 void hgIgnore();
96 97
97 void fsDirectoryChanged(QString); 98 void fsDirectoryChanged(QString);
98 void fsFileChanged(QString); 99 void fsFileChanged(QString);