Mercurial > hg > easyhg
comparison hgtabwidget.h @ 128:fcaf09ee825d
* Show tags and current working copy parents in history graph
author | Chris Cannam |
---|---|
date | Mon, 29 Nov 2010 20:09:58 +0000 |
parents | c92f5859c707 |
children | 4986642800f0 |
comparison
equal
deleted
inserted
replaced
127:758471b71721 | 128:fcaf09ee825d |
---|---|
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); | |
52 | |
51 FileStates getFileStates() { return m_fileStates; } | 53 FileStates getFileStates() { return m_fileStates; } |
52 | 54 |
53 bool canCommit() const; | 55 bool canCommit() const; |
54 bool canRevert() const; | 56 bool canRevert() const; |
55 bool canAdd() const; | 57 bool canAdd() const; |