Fossil SCM

Remove stale TODO comment. May still want to implement ls in terms of status_report() though.

andygoth 2016-11-06 04:23 UTC andygoth-changes
Commit bfb7dd2aede74cbe9f48aa1c785a7dcdc2889677
1 file changed -1
--- src/checkin.c
+++ src/checkin.c
@@ -232,11 +232,10 @@
232232
&& !isNew && !isChnged && !isRenamed ){
233233
zClass = "UNCHANGED";
234234
}else if( (flags & C_EXTRA) && !isManaged ){
235235
zClass = "EXTRA";
236236
}
237
- /* TODO: reimplement ls and extras in terms of this function. */
238237
239238
/* Only report files for which a change classification was determined. */
240239
if( zClass ){
241240
/* If C_COMMENT, precede each line with "# ". */
242241
if( flags & C_COMMENT ){
243242
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button