Mercurial > hg > easyhg
comparison src/hgtabwidget.h @ 506:470829a21f98
Identify closed branches and display them in a lighter shade
author | Chris Cannam |
---|---|
date | Mon, 17 Oct 2011 22:08:05 +0100 |
parents | 1c05e7576ea5 |
children | 306a62fe851e |
comparison
equal
deleted
inserted
replaced
505:1c05e7576ea5 | 506:470829a21f98 |
---|---|
46 void addIncrementalLog(QString hgLogList); | 46 void addIncrementalLog(QString hgLogList); |
47 | 47 |
48 void setLocalPath(QString workFolderPath); | 48 void setLocalPath(QString workFolderPath); |
49 | 49 |
50 void setCurrent(QStringList ids, QString branch); | 50 void setCurrent(QStringList ids, QString branch); |
51 void setClosedHeadIds(QSet<QString> ids); | |
51 | 52 |
52 void setHaveMerge(bool); | 53 void setHaveMerge(bool); |
53 | 54 |
54 void updateFileStates(); | 55 void updateFileStates(); |
55 void updateHistory(); | 56 void updateHistory(); |