Fossil SCM

Fix an issue with the report labels for merge and non-merge check-ins.

drh 2023-05-29 12:01 non-merge-activity-report
Commit 385d6d146dc24212978537345c425eb24749e529dd76dd9f48c3ae5c94cd9c4a
1 file changed +4
--- src/statrep.c
+++ src/statrep.c
@@ -146,10 +146,14 @@
146146
static const char *stats_report_label_for_type(){
147147
assert( statsReportType && "Must call stats_report_init_view() first." );
148148
switch( statsReportType ){
149149
case 'c':
150150
return "check-ins";
151
+ case 'm':
152
+ return "merge check-ins";
153
+ case 'n':
154
+ return "non-merge check-ins";
151155
case 'e':
152156
return "technotes";
153157
case 'f':
154158
return "forum posts";
155159
case 'w':
156160
--- src/statrep.c
+++ src/statrep.c
@@ -146,10 +146,14 @@
146 static const char *stats_report_label_for_type(){
147 assert( statsReportType && "Must call stats_report_init_view() first." );
148 switch( statsReportType ){
149 case 'c':
150 return "check-ins";
 
 
 
 
151 case 'e':
152 return "technotes";
153 case 'f':
154 return "forum posts";
155 case 'w':
156
--- src/statrep.c
+++ src/statrep.c
@@ -146,10 +146,14 @@
146 static const char *stats_report_label_for_type(){
147 assert( statsReportType && "Must call stats_report_init_view() first." );
148 switch( statsReportType ){
149 case 'c':
150 return "check-ins";
151 case 'm':
152 return "merge check-ins";
153 case 'n':
154 return "non-merge check-ins";
155 case 'e':
156 return "technotes";
157 case 'f':
158 return "forum posts";
159 case 'w':
160

Keyboard Shortcuts

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