Fossil SCM

Add TODO: reimplement ls and extras in terms of status_report()

andygoth 2016-11-05 22:41 UTC andygoth-changes
Commit 442a3cd5e56bcc514c7bf8bd344910b5dfaa7914
1 file changed +1
--- src/checkin.c
+++ src/checkin.c
@@ -160,10 +160,11 @@
160160
&& !isChnged && !isRenamed ){
161161
/* TODO: never gets executed because query only yields modified files. */
162162
zClass = "UNMODIFIED";
163163
}
164164
/* TODO: implement C_EXTRA. */
165
+ /* TODO: reimplement ls and extras in terms of this function. */
165166
166167
/* Only report files for which a change classification was determined. */
167168
if( zClass ){
168169
/* If C_COMMENT, precede each line with "# ". */
169170
if( flags & C_COMMENT ){
170171
--- 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

Keyboard Shortcuts

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