Fossil SCM
Cherrypick timeline help text updates from [5703ccb2e0]
Commit
9807c1da47054568de32858321665d3eec253f84
Parent
d8506df183ea1db…
2 files changed
+14
-12
+14
-12
+14
-12
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -1224,21 +1224,21 @@ | ||
| 1224 | 1224 | /* |
| 1225 | 1225 | ** WEBPAGE: timeline |
| 1226 | 1226 | ** |
| 1227 | 1227 | ** Query parameters: |
| 1228 | 1228 | ** |
| 1229 | -** a=TIMEORTAG after this event | |
| 1230 | -** b=TIMEORTAG before this event | |
| 1231 | -** c=TIMEORTAG "circa" this event | |
| 1232 | -** m=TIMEORTAG mark this event | |
| 1233 | -** n=COUNT suggested number of events in output | |
| 1234 | -** p=CHECKIN parents and ancestors of CHECKIN | |
| 1235 | -** d=CHECKIN descendants of CHECIN | |
| 1229 | +** a=TIMEORTAG After this event | |
| 1230 | +** b=TIMEORTAG Before this event | |
| 1231 | +** c=TIMEORTAG "Circa" this event | |
| 1232 | +** m=TIMEORTAG Mark this event | |
| 1233 | +** n=COUNT Suggested number of events in output | |
| 1234 | +** p=CHECKIN Parents and ancestors of CHECKIN | |
| 1235 | +** d=CHECKIN Descendants of CHECIN | |
| 1236 | 1236 | ** dp=CHECKIN The same as d=CHECKIN&p=CHECKIN |
| 1237 | -** t=TAG show only check-ins with the given TAG | |
| 1238 | -** r=TAG show check-ins related to TAG | |
| 1239 | -** u=USER only show items associated with USER | |
| 1237 | +** t=TAG Show only check-ins with the given TAG | |
| 1238 | +** r=TAG Show check-ins related to TAG | |
| 1239 | +** u=USER Only show items associated with USER | |
| 1240 | 1240 | ** y=TYPE 'ci', 'w', 't', 'e', or (default) 'all' |
| 1241 | 1241 | ** ng No Graph. |
| 1242 | 1242 | ** nd Do not highlight the focus check-in |
| 1243 | 1243 | ** v Show details of files changed |
| 1244 | 1244 | ** f=CHECKIN Show family (immediate parents and children) of CHECKIN |
| @@ -1245,20 +1245,22 @@ | ||
| 1245 | 1245 | ** from=CHECKIN Path from... |
| 1246 | 1246 | ** to=CHECKIN ... to this |
| 1247 | 1247 | ** shortest ... show only the shortest path |
| 1248 | 1248 | ** uf=FILE_SHA1 Show only check-ins that contain the given file version |
| 1249 | 1249 | ** chng=GLOBLIST Show only check-ins that involve changes to a file whose |
| 1250 | -** name matches one of the comma-separate GLOBLIST. | |
| 1250 | +** name matches one of the comma-separate GLOBLIST | |
| 1251 | 1251 | ** brbg Background color from branch name |
| 1252 | 1252 | ** ubg Background color from user |
| 1253 | 1253 | ** namechng Show only check-ins that have filename changes |
| 1254 | 1254 | ** forks Show only forks and their children |
| 1255 | -** ym=YYYY-MM Show only events for the given year/month. | |
| 1255 | +** ym=YYYY-MM Show only events for the given year/month | |
| 1256 | 1256 | ** yw=YYYY-WW Show only events for the given week of the given year |
| 1257 | 1257 | ** ymd=YYYY-MM-DD Show only events on the given day |
| 1258 | 1258 | ** datefmt=N Override the date format |
| 1259 | 1259 | ** bisect Show the check-ins that are in the current bisect |
| 1260 | +** showid Show RIDs | |
| 1261 | +** showsql Show the SQL text | |
| 1260 | 1262 | ** |
| 1261 | 1263 | ** p= and d= can appear individually or together. If either p= or d= |
| 1262 | 1264 | ** appear, then u=, y=, a=, and b= are ignored. |
| 1263 | 1265 | ** |
| 1264 | 1266 | ** If both a= and b= appear then both upper and lower bounds are honored. |
| 1265 | 1267 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1224,21 +1224,21 @@ | |
| 1224 | /* |
| 1225 | ** WEBPAGE: timeline |
| 1226 | ** |
| 1227 | ** Query parameters: |
| 1228 | ** |
| 1229 | ** a=TIMEORTAG after this event |
| 1230 | ** b=TIMEORTAG before this event |
| 1231 | ** c=TIMEORTAG "circa" this event |
| 1232 | ** m=TIMEORTAG mark this event |
| 1233 | ** n=COUNT suggested number of events in output |
| 1234 | ** p=CHECKIN parents and ancestors of CHECKIN |
| 1235 | ** d=CHECKIN descendants of CHECIN |
| 1236 | ** dp=CHECKIN The same as d=CHECKIN&p=CHECKIN |
| 1237 | ** t=TAG show only check-ins with the given TAG |
| 1238 | ** r=TAG show check-ins related to TAG |
| 1239 | ** u=USER only show items associated with USER |
| 1240 | ** y=TYPE 'ci', 'w', 't', 'e', or (default) 'all' |
| 1241 | ** ng No Graph. |
| 1242 | ** nd Do not highlight the focus check-in |
| 1243 | ** v Show details of files changed |
| 1244 | ** f=CHECKIN Show family (immediate parents and children) of CHECKIN |
| @@ -1245,20 +1245,22 @@ | |
| 1245 | ** from=CHECKIN Path from... |
| 1246 | ** to=CHECKIN ... to this |
| 1247 | ** shortest ... show only the shortest path |
| 1248 | ** uf=FILE_SHA1 Show only check-ins that contain the given file version |
| 1249 | ** chng=GLOBLIST Show only check-ins that involve changes to a file whose |
| 1250 | ** name matches one of the comma-separate GLOBLIST. |
| 1251 | ** brbg Background color from branch name |
| 1252 | ** ubg Background color from user |
| 1253 | ** namechng Show only check-ins that have filename changes |
| 1254 | ** forks Show only forks and their children |
| 1255 | ** ym=YYYY-MM Show only events for the given year/month. |
| 1256 | ** yw=YYYY-WW Show only events for the given week of the given year |
| 1257 | ** ymd=YYYY-MM-DD Show only events on the given day |
| 1258 | ** datefmt=N Override the date format |
| 1259 | ** bisect Show the check-ins that are in the current bisect |
| 1260 | ** |
| 1261 | ** p= and d= can appear individually or together. If either p= or d= |
| 1262 | ** appear, then u=, y=, a=, and b= are ignored. |
| 1263 | ** |
| 1264 | ** If both a= and b= appear then both upper and lower bounds are honored. |
| 1265 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1224,21 +1224,21 @@ | |
| 1224 | /* |
| 1225 | ** WEBPAGE: timeline |
| 1226 | ** |
| 1227 | ** Query parameters: |
| 1228 | ** |
| 1229 | ** a=TIMEORTAG After this event |
| 1230 | ** b=TIMEORTAG Before this event |
| 1231 | ** c=TIMEORTAG "Circa" this event |
| 1232 | ** m=TIMEORTAG Mark this event |
| 1233 | ** n=COUNT Suggested number of events in output |
| 1234 | ** p=CHECKIN Parents and ancestors of CHECKIN |
| 1235 | ** d=CHECKIN Descendants of CHECIN |
| 1236 | ** dp=CHECKIN The same as d=CHECKIN&p=CHECKIN |
| 1237 | ** t=TAG Show only check-ins with the given TAG |
| 1238 | ** r=TAG Show check-ins related to TAG |
| 1239 | ** u=USER Only show items associated with USER |
| 1240 | ** y=TYPE 'ci', 'w', 't', 'e', or (default) 'all' |
| 1241 | ** ng No Graph. |
| 1242 | ** nd Do not highlight the focus check-in |
| 1243 | ** v Show details of files changed |
| 1244 | ** f=CHECKIN Show family (immediate parents and children) of CHECKIN |
| @@ -1245,20 +1245,22 @@ | |
| 1245 | ** from=CHECKIN Path from... |
| 1246 | ** to=CHECKIN ... to this |
| 1247 | ** shortest ... show only the shortest path |
| 1248 | ** uf=FILE_SHA1 Show only check-ins that contain the given file version |
| 1249 | ** chng=GLOBLIST Show only check-ins that involve changes to a file whose |
| 1250 | ** name matches one of the comma-separate GLOBLIST |
| 1251 | ** brbg Background color from branch name |
| 1252 | ** ubg Background color from user |
| 1253 | ** namechng Show only check-ins that have filename changes |
| 1254 | ** forks Show only forks and their children |
| 1255 | ** ym=YYYY-MM Show only events for the given year/month |
| 1256 | ** yw=YYYY-WW Show only events for the given week of the given year |
| 1257 | ** ymd=YYYY-MM-DD Show only events on the given day |
| 1258 | ** datefmt=N Override the date format |
| 1259 | ** bisect Show the check-ins that are in the current bisect |
| 1260 | ** showid Show RIDs |
| 1261 | ** showsql Show the SQL text |
| 1262 | ** |
| 1263 | ** p= and d= can appear individually or together. If either p= or d= |
| 1264 | ** appear, then u=, y=, a=, and b= are ignored. |
| 1265 | ** |
| 1266 | ** If both a= and b= appear then both upper and lower bounds are honored. |
| 1267 |
+14
-12
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -1224,21 +1224,21 @@ | ||
| 1224 | 1224 | /* |
| 1225 | 1225 | ** WEBPAGE: timeline |
| 1226 | 1226 | ** |
| 1227 | 1227 | ** Query parameters: |
| 1228 | 1228 | ** |
| 1229 | -** a=TIMEORTAG after this event | |
| 1230 | -** b=TIMEORTAG before this event | |
| 1231 | -** c=TIMEORTAG "circa" this event | |
| 1232 | -** m=TIMEORTAG mark this event | |
| 1233 | -** n=COUNT suggested number of events in output | |
| 1234 | -** p=CHECKIN parents and ancestors of CHECKIN | |
| 1235 | -** d=CHECKIN descendants of CHECIN | |
| 1229 | +** a=TIMEORTAG After this event | |
| 1230 | +** b=TIMEORTAG Before this event | |
| 1231 | +** c=TIMEORTAG "Circa" this event | |
| 1232 | +** m=TIMEORTAG Mark this event | |
| 1233 | +** n=COUNT Suggested number of events in output | |
| 1234 | +** p=CHECKIN Parents and ancestors of CHECKIN | |
| 1235 | +** d=CHECKIN Descendants of CHECIN | |
| 1236 | 1236 | ** dp=CHECKIN The same as d=CHECKIN&p=CHECKIN |
| 1237 | -** t=TAG show only check-ins with the given TAG | |
| 1238 | -** r=TAG show check-ins related to TAG | |
| 1239 | -** u=USER only show items associated with USER | |
| 1237 | +** t=TAG Show only check-ins with the given TAG | |
| 1238 | +** r=TAG Show check-ins related to TAG | |
| 1239 | +** u=USER Only show items associated with USER | |
| 1240 | 1240 | ** y=TYPE 'ci', 'w', 't', 'e', or (default) 'all' |
| 1241 | 1241 | ** ng No Graph. |
| 1242 | 1242 | ** nd Do not highlight the focus check-in |
| 1243 | 1243 | ** v Show details of files changed |
| 1244 | 1244 | ** f=CHECKIN Show family (immediate parents and children) of CHECKIN |
| @@ -1245,20 +1245,22 @@ | ||
| 1245 | 1245 | ** from=CHECKIN Path from... |
| 1246 | 1246 | ** to=CHECKIN ... to this |
| 1247 | 1247 | ** shortest ... show only the shortest path |
| 1248 | 1248 | ** uf=FILE_SHA1 Show only check-ins that contain the given file version |
| 1249 | 1249 | ** chng=GLOBLIST Show only check-ins that involve changes to a file whose |
| 1250 | -** name matches one of the comma-separate GLOBLIST. | |
| 1250 | +** name matches one of the comma-separate GLOBLIST | |
| 1251 | 1251 | ** brbg Background color from branch name |
| 1252 | 1252 | ** ubg Background color from user |
| 1253 | 1253 | ** namechng Show only check-ins that have filename changes |
| 1254 | 1254 | ** forks Show only forks and their children |
| 1255 | -** ym=YYYY-MM Show only events for the given year/month. | |
| 1255 | +** ym=YYYY-MM Show only events for the given year/month | |
| 1256 | 1256 | ** yw=YYYY-WW Show only events for the given week of the given year |
| 1257 | 1257 | ** ymd=YYYY-MM-DD Show only events on the given day |
| 1258 | 1258 | ** datefmt=N Override the date format |
| 1259 | 1259 | ** bisect Show the check-ins that are in the current bisect |
| 1260 | +** showid Show RIDs | |
| 1261 | +** showsql Show the SQL text | |
| 1260 | 1262 | ** |
| 1261 | 1263 | ** p= and d= can appear individually or together. If either p= or d= |
| 1262 | 1264 | ** appear, then u=, y=, a=, and b= are ignored. |
| 1263 | 1265 | ** |
| 1264 | 1266 | ** If both a= and b= appear then both upper and lower bounds are honored. |
| 1265 | 1267 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1224,21 +1224,21 @@ | |
| 1224 | /* |
| 1225 | ** WEBPAGE: timeline |
| 1226 | ** |
| 1227 | ** Query parameters: |
| 1228 | ** |
| 1229 | ** a=TIMEORTAG after this event |
| 1230 | ** b=TIMEORTAG before this event |
| 1231 | ** c=TIMEORTAG "circa" this event |
| 1232 | ** m=TIMEORTAG mark this event |
| 1233 | ** n=COUNT suggested number of events in output |
| 1234 | ** p=CHECKIN parents and ancestors of CHECKIN |
| 1235 | ** d=CHECKIN descendants of CHECIN |
| 1236 | ** dp=CHECKIN The same as d=CHECKIN&p=CHECKIN |
| 1237 | ** t=TAG show only check-ins with the given TAG |
| 1238 | ** r=TAG show check-ins related to TAG |
| 1239 | ** u=USER only show items associated with USER |
| 1240 | ** y=TYPE 'ci', 'w', 't', 'e', or (default) 'all' |
| 1241 | ** ng No Graph. |
| 1242 | ** nd Do not highlight the focus check-in |
| 1243 | ** v Show details of files changed |
| 1244 | ** f=CHECKIN Show family (immediate parents and children) of CHECKIN |
| @@ -1245,20 +1245,22 @@ | |
| 1245 | ** from=CHECKIN Path from... |
| 1246 | ** to=CHECKIN ... to this |
| 1247 | ** shortest ... show only the shortest path |
| 1248 | ** uf=FILE_SHA1 Show only check-ins that contain the given file version |
| 1249 | ** chng=GLOBLIST Show only check-ins that involve changes to a file whose |
| 1250 | ** name matches one of the comma-separate GLOBLIST. |
| 1251 | ** brbg Background color from branch name |
| 1252 | ** ubg Background color from user |
| 1253 | ** namechng Show only check-ins that have filename changes |
| 1254 | ** forks Show only forks and their children |
| 1255 | ** ym=YYYY-MM Show only events for the given year/month. |
| 1256 | ** yw=YYYY-WW Show only events for the given week of the given year |
| 1257 | ** ymd=YYYY-MM-DD Show only events on the given day |
| 1258 | ** datefmt=N Override the date format |
| 1259 | ** bisect Show the check-ins that are in the current bisect |
| 1260 | ** |
| 1261 | ** p= and d= can appear individually or together. If either p= or d= |
| 1262 | ** appear, then u=, y=, a=, and b= are ignored. |
| 1263 | ** |
| 1264 | ** If both a= and b= appear then both upper and lower bounds are honored. |
| 1265 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1224,21 +1224,21 @@ | |
| 1224 | /* |
| 1225 | ** WEBPAGE: timeline |
| 1226 | ** |
| 1227 | ** Query parameters: |
| 1228 | ** |
| 1229 | ** a=TIMEORTAG After this event |
| 1230 | ** b=TIMEORTAG Before this event |
| 1231 | ** c=TIMEORTAG "Circa" this event |
| 1232 | ** m=TIMEORTAG Mark this event |
| 1233 | ** n=COUNT Suggested number of events in output |
| 1234 | ** p=CHECKIN Parents and ancestors of CHECKIN |
| 1235 | ** d=CHECKIN Descendants of CHECIN |
| 1236 | ** dp=CHECKIN The same as d=CHECKIN&p=CHECKIN |
| 1237 | ** t=TAG Show only check-ins with the given TAG |
| 1238 | ** r=TAG Show check-ins related to TAG |
| 1239 | ** u=USER Only show items associated with USER |
| 1240 | ** y=TYPE 'ci', 'w', 't', 'e', or (default) 'all' |
| 1241 | ** ng No Graph. |
| 1242 | ** nd Do not highlight the focus check-in |
| 1243 | ** v Show details of files changed |
| 1244 | ** f=CHECKIN Show family (immediate parents and children) of CHECKIN |
| @@ -1245,20 +1245,22 @@ | |
| 1245 | ** from=CHECKIN Path from... |
| 1246 | ** to=CHECKIN ... to this |
| 1247 | ** shortest ... show only the shortest path |
| 1248 | ** uf=FILE_SHA1 Show only check-ins that contain the given file version |
| 1249 | ** chng=GLOBLIST Show only check-ins that involve changes to a file whose |
| 1250 | ** name matches one of the comma-separate GLOBLIST |
| 1251 | ** brbg Background color from branch name |
| 1252 | ** ubg Background color from user |
| 1253 | ** namechng Show only check-ins that have filename changes |
| 1254 | ** forks Show only forks and their children |
| 1255 | ** ym=YYYY-MM Show only events for the given year/month |
| 1256 | ** yw=YYYY-WW Show only events for the given week of the given year |
| 1257 | ** ymd=YYYY-MM-DD Show only events on the given day |
| 1258 | ** datefmt=N Override the date format |
| 1259 | ** bisect Show the check-ins that are in the current bisect |
| 1260 | ** showid Show RIDs |
| 1261 | ** showsql Show the SQL text |
| 1262 | ** |
| 1263 | ** p= and d= can appear individually or together. If either p= or d= |
| 1264 | ** appear, then u=, y=, a=, and b= are ignored. |
| 1265 | ** |
| 1266 | ** If both a= and b= appear then both upper and lower bounds are honored. |
| 1267 |