Fossil SCM
Remove stale TODO comment. May still want to implement ls in terms of status_report() though.
Commit
bfb7dd2aede74cbe9f48aa1c785a7dcdc2889677
Parent
5775d3761f5180c…
1 file changed
-1
-1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -232,11 +232,10 @@ | ||
| 232 | 232 | && !isNew && !isChnged && !isRenamed ){ |
| 233 | 233 | zClass = "UNCHANGED"; |
| 234 | 234 | }else if( (flags & C_EXTRA) && !isManaged ){ |
| 235 | 235 | zClass = "EXTRA"; |
| 236 | 236 | } |
| 237 | - /* TODO: reimplement ls and extras in terms of this function. */ | |
| 238 | 237 | |
| 239 | 238 | /* Only report files for which a change classification was determined. */ |
| 240 | 239 | if( zClass ){ |
| 241 | 240 | /* If C_COMMENT, precede each line with "# ". */ |
| 242 | 241 | if( flags & C_COMMENT ){ |
| 243 | 242 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -232,11 +232,10 @@ | |
| 232 | && !isNew && !isChnged && !isRenamed ){ |
| 233 | zClass = "UNCHANGED"; |
| 234 | }else if( (flags & C_EXTRA) && !isManaged ){ |
| 235 | zClass = "EXTRA"; |
| 236 | } |
| 237 | /* TODO: reimplement ls and extras in terms of this function. */ |
| 238 | |
| 239 | /* Only report files for which a change classification was determined. */ |
| 240 | if( zClass ){ |
| 241 | /* If C_COMMENT, precede each line with "# ". */ |
| 242 | if( flags & C_COMMENT ){ |
| 243 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -232,11 +232,10 @@ | |
| 232 | && !isNew && !isChnged && !isRenamed ){ |
| 233 | zClass = "UNCHANGED"; |
| 234 | }else if( (flags & C_EXTRA) && !isManaged ){ |
| 235 | zClass = "EXTRA"; |
| 236 | } |
| 237 | |
| 238 | /* Only report files for which a change classification was determined. */ |
| 239 | if( zClass ){ |
| 240 | /* If C_COMMENT, precede each line with "# ". */ |
| 241 | if( flags & C_COMMENT ){ |
| 242 |