Mercurial > hg > easyhg
comparison changesetscene.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 | e6c6b88d19b9 |
children | 70fe12873106 |
comparison
equal
deleted
inserted
replaced
147:465c8d51c6d5 | 148:2fef6b0dfbe8 |
---|---|
37 void commit(); | 37 void commit(); |
38 void revert(); | 38 void revert(); |
39 void diffWorkingFolder(); | 39 void diffWorkingFolder(); |
40 | 40 |
41 void updateTo(QString id); | 41 void updateTo(QString id); |
42 void diffToPrevious(QString id); | 42 void diffToParent(QString id, QString parent); |
43 void diffToCurrent(QString id); | 43 void diffToCurrent(QString id); |
44 void mergeFrom(QString id); | 44 void mergeFrom(QString id); |
45 void tag(QString id); | 45 void tag(QString id); |
46 | 46 |
47 public slots: | 47 public slots: |