Mercurial > hg > easyhg
comparison hgtabwidget.h @ 154:6bcb4a4d6521
* Try to reduce unnecessary history updates; add --new-branch option on push
author | Chris Cannam |
---|---|
date | Thu, 02 Dec 2010 18:04:21 +0000 |
parents | 70fe12873106 |
children | 5c262ac73948 |
comparison
equal
deleted
inserted
replaced
153:70fe12873106 | 154:6bcb4a4d6521 |
---|---|
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, QString branch); | 51 void setCurrent(QStringList ids, QString branch); |
52 | 52 |
53 void updateHistory(); | |
54 | |
53 FileStates getFileStates() { return m_fileStates; } | 55 FileStates getFileStates() { return m_fileStates; } |
54 | 56 |
55 bool canCommit() const; | 57 bool canCommit() const; |
56 bool canRevert() const; | 58 bool canRevert() const; |
57 bool canAdd() const; | 59 bool canAdd() const; |