Fossil SCM

Change 'checkin-count' to simply 'checkins' to keep the output aligned.

mistachkin 2013-01-17 03:30 trunk
Commit d59455e3f218de2f5d3084aef527d35a773544fd
1 file changed +1 -1
+1 -1
--- src/info.c
+++ src/info.c
@@ -208,11 +208,11 @@
208208
fossil_print("project-code: %s\n", db_get("project-code", ""));
209209
vid = g.localOpen ? db_lget_int("checkout", 0) : 0;
210210
if( vid ){
211211
show_common_info(vid, "checkout:", 1, 1);
212212
}
213
- fossil_print("checkin-count: %d\n",
213
+ fossil_print("checkins: %d\n",
214214
db_int(-1, "SELECT count(distinct mid) FROM mlink /*scan*/"));
215215
}else{
216216
int rid;
217217
rid = name_to_rid(g.argv[2]);
218218
if( rid==0 ){
219219
--- src/info.c
+++ src/info.c
@@ -208,11 +208,11 @@
208 fossil_print("project-code: %s\n", db_get("project-code", ""));
209 vid = g.localOpen ? db_lget_int("checkout", 0) : 0;
210 if( vid ){
211 show_common_info(vid, "checkout:", 1, 1);
212 }
213 fossil_print("checkin-count: %d\n",
214 db_int(-1, "SELECT count(distinct mid) FROM mlink /*scan*/"));
215 }else{
216 int rid;
217 rid = name_to_rid(g.argv[2]);
218 if( rid==0 ){
219
--- src/info.c
+++ src/info.c
@@ -208,11 +208,11 @@
208 fossil_print("project-code: %s\n", db_get("project-code", ""));
209 vid = g.localOpen ? db_lget_int("checkout", 0) : 0;
210 if( vid ){
211 show_common_info(vid, "checkout:", 1, 1);
212 }
213 fossil_print("checkins: %d\n",
214 db_int(-1, "SELECT count(distinct mid) FROM mlink /*scan*/"));
215 }else{
216 int rid;
217 rid = name_to_rid(g.argv[2]);
218 if( rid==0 ){
219

Keyboard Shortcuts

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