Fossil SCM
Add TODO: reimplement ls and extras in terms of status_report()
Commit
442a3cd5e56bcc514c7bf8bd344910b5dfaa7914
Parent
2408fd1c2cb56cd…
1 file changed
+1
+1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -160,10 +160,11 @@ | ||
| 160 | 160 | && !isChnged && !isRenamed ){ |
| 161 | 161 | /* TODO: never gets executed because query only yields modified files. */ |
| 162 | 162 | zClass = "UNMODIFIED"; |
| 163 | 163 | } |
| 164 | 164 | /* TODO: implement C_EXTRA. */ |
| 165 | + /* TODO: reimplement ls and extras in terms of this function. */ | |
| 165 | 166 | |
| 166 | 167 | /* Only report files for which a change classification was determined. */ |
| 167 | 168 | if( zClass ){ |
| 168 | 169 | /* If C_COMMENT, precede each line with "# ". */ |
| 169 | 170 | if( flags & C_COMMENT ){ |
| 170 | 171 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -160,10 +160,11 @@ | |
| 160 | && !isChnged && !isRenamed ){ |
| 161 | /* TODO: never gets executed because query only yields modified files. */ |
| 162 | zClass = "UNMODIFIED"; |
| 163 | } |
| 164 | /* TODO: implement C_EXTRA. */ |
| 165 | |
| 166 | /* Only report files for which a change classification was determined. */ |
| 167 | if( zClass ){ |
| 168 | /* If C_COMMENT, precede each line with "# ". */ |
| 169 | if( flags & C_COMMENT ){ |
| 170 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -160,10 +160,11 @@ | |
| 160 | && !isChnged && !isRenamed ){ |
| 161 | /* TODO: never gets executed because query only yields modified files. */ |
| 162 | zClass = "UNMODIFIED"; |
| 163 | } |
| 164 | /* TODO: implement C_EXTRA. */ |
| 165 | /* TODO: reimplement ls and extras in terms of this function. */ |
| 166 | |
| 167 | /* Only report files for which a change classification was determined. */ |
| 168 | if( zClass ){ |
| 169 | /* If C_COMMENT, precede each line with "# ". */ |
| 170 | if( flags & C_COMMENT ){ |
| 171 |