Mercurial > hg > easyhg
comparison hgtabwidget.h @ 106:729438d70af8
* Retrieve and store current branch and heads; some refactoring
author | Chris Cannam |
---|---|
date | Thu, 25 Nov 2010 17:54:35 +0000 |
parents | 0bd32aedc6f6 |
children | 1721c580c10e |
comparison
equal
deleted
inserted
replaced
105:1928f9b408e6 | 106:729438d70af8 |
---|---|
41 HgTabWidget(QWidget *parent, QString remoteRepo, QString workFolderPath); | 41 HgTabWidget(QWidget *parent, QString remoteRepo, QString workFolderPath); |
42 | 42 |
43 void updateWorkFolderFileList(QString fileList); | 43 void updateWorkFolderFileList(QString fileList); |
44 void updateLocalRepoHgLogList(QString hgLogList); | 44 void updateLocalRepoHgLogList(QString hgLogList); |
45 void setWorkFolderAndRepoNames(QString workFolderPath, QString remoteRepoPath); | 45 void setWorkFolderAndRepoNames(QString workFolderPath, QString remoteRepoPath); |
46 void setBranch(QString branch); | |
46 | 47 |
47 FileStates getFileStates() { return fileStates; } | 48 FileStates getFileStates() { return fileStates; } |
48 | 49 |
49 bool canCommit() const; | 50 bool canCommit() const; |
50 bool canAdd() const; | 51 bool canAdd() const; |