Mercurial > hg > easyhg
comparison src/hgtabwidget.h @ 425:ad106f5fe75f
Add "Ignore Files" and "Edit Ignored List" to Work menu (latter is subsumed from Advanced menu formerly). Also subsume Serve via HTTP into File menu as Share Repository, and add a more helpful description of it. Remove Advanced menu
author | Chris Cannam |
---|---|
date | Thu, 23 Jun 2011 10:58:32 +0100 |
parents | b9c153e00e84 |
children | 896b7903e8f2 |
comparison
equal
deleted
inserted
replaced
424:d4da9c0809ac | 425:ad106f5fe75f |
---|---|
58 bool canCommit() const; | 58 bool canCommit() const; |
59 bool canRevert() const; | 59 bool canRevert() const; |
60 bool canAdd() const; | 60 bool canAdd() const; |
61 bool canRemove() const; | 61 bool canRemove() const; |
62 bool canResolve() const; | 62 bool canResolve() const; |
63 bool canIgnore() const; | |
63 bool haveChangesToCommit() const; | 64 bool haveChangesToCommit() const; |
64 | 65 |
65 QStringList getAllCommittableFiles() const; | 66 QStringList getAllCommittableFiles() const; |
66 QStringList getAllRevertableFiles() const; | 67 QStringList getAllRevertableFiles() const; |
67 QStringList getAllUnresolvedFiles() const; | 68 QStringList getAllUnresolvedFiles() const; |