comparison hgtabwidget.h @ 148:2fef6b0dfbe8

* Some implementation of right-button menu actions on changeset item
author Chris Cannam
date Wed, 01 Dec 2010 21:02:53 +0000
parents 644bd31e8301
children 2b997861174b
comparison
equal deleted inserted replaced
147:465c8d51c6d5 148:2fef6b0dfbe8
78 void commit(); 78 void commit();
79 void revert(); 79 void revert();
80 void diffWorkingFolder(); 80 void diffWorkingFolder();
81 81
82 void updateTo(QString id); 82 void updateTo(QString id);
83 void diffToPrevious(QString id); 83 void diffToParent(QString id, QString parent);
84 void diffToCurrent(QString id); 84 void diffToCurrent(QString id);
85 void mergeFrom(QString id); 85 void mergeFrom(QString id);
86 void tag(QString id); 86 void tag(QString id);
87 87
88 public slots: 88 public slots: