Mercurial > hg > easyhg
comparison hgtabwidget.h @ 145:644bd31e8301
* Include the uncommitted item in general graph layout (in case it is not at the head, when other items will need to avoid it)
author | Chris Cannam |
---|---|
date | Wed, 01 Dec 2010 17:41:14 +0000 |
parents | e6c6b88d19b9 |
children | 2fef6b0dfbe8 |
comparison
equal
deleted
inserted
replaced
143:f61f032b06f9 | 145:644bd31e8301 |
---|---|
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); | 51 void setCurrent(QStringList ids, bool showUncommittedChanges); |
52 void showUncommittedChanges(bool); | |
53 | 52 |
54 FileStates getFileStates() { return m_fileStates; } | 53 FileStates getFileStates() { return m_fileStates; } |
55 | 54 |
56 bool canCommit() const; | 55 bool canCommit() const; |
57 bool canRevert() const; | 56 bool canRevert() const; |