Mercurial > hg > easyhg
comparison src/filestates.h @ 421:653e9694a694 ignore
Use regexes for anchored filenames (i.e. "this file only" and directory); report outcome of ignore to user
author | Chris Cannam |
---|---|
date | Fri, 17 Jun 2011 11:07:30 +0100 |
parents | b9c153e00e84 |
children | 0a16db274f2c |
comparison
equal
deleted
inserted
replaced
420:50920723dd16 | 421:653e9694a694 |
---|---|
48 void parseStates(QString text); | 48 void parseStates(QString text); |
49 | 49 |
50 bool isInState(QString file, State s) const; | 50 bool isInState(QString file, State s) const; |
51 QStringList filesInState(State s) const; | 51 QStringList filesInState(State s) const; |
52 State stateOf(QString file) const; | 52 State stateOf(QString file) const; |
53 bool isKnown(QString file) const; | |
53 | 54 |
54 enum Activity { | 55 enum Activity { |
55 | 56 |
56 // These are in the order in which they want to be listed in | 57 // These are in the order in which they want to be listed in |
57 // the context menu | 58 // the context menu |