comparison hgtabwidget.h @ 278:f7cdd5b31aed new-branches

Add "Start new branch" function. I'm not quite satisfied with the location of this one
author Chris Cannam
date Wed, 09 Feb 2011 12:03:15 +0000
parents 8fd71f570884
children 5b4aa1c24407
comparison
equal deleted inserted replaced
277:b6e4643d6c05 278:f7cdd5b31aed
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 diffToCurrent(QString id); 94 void diffToCurrent(QString id);
95 void mergeFrom(QString id); 95 void mergeFrom(QString id);
96 void newBranch(QString id);
96 void tag(QString id); 97 void tag(QString id);
97 98
98 public slots: 99 public slots:
99 void clearSelections(); 100 void clearSelections();
100 void showWorkTab(); 101 void showWorkTab();