Mercurial > hg > easyhg
comparison hgtabwidget.h @ 152:2b997861174b
* Set parents (setCurrent) on history widget when we know the new parents, not at each enable-disable actions call
author | Chris Cannam |
---|---|
date | Thu, 02 Dec 2010 11:51:15 +0000 |
parents | 2fef6b0dfbe8 |
children | 70fe12873106 |
comparison
equal
deleted
inserted
replaced
151:c91445ee3d57 | 152:2b997861174b |
---|---|
46 void addIncrementalLog(QString hgLogList); | 46 void addIncrementalLog(QString hgLogList); |
47 | 47 |
48 void setWorkFolderAndRepoNames(QString workFolderPath, QString remoteRepoPath); | 48 void setWorkFolderAndRepoNames(QString workFolderPath, QString remoteRepoPath); |
49 void setState(QString state); | 49 void setState(QString state); |
50 | 50 |
51 void setCurrent(QStringList ids, bool showUncommittedChanges); | 51 void setCurrent(QStringList ids); |
52 | 52 |
53 FileStates getFileStates() { return m_fileStates; } | 53 FileStates getFileStates() { return m_fileStates; } |
54 | 54 |
55 bool canCommit() const; | 55 bool canCommit() const; |
56 bool canRevert() const; | 56 bool canRevert() const; |