Fossil SCM

Cherrypick timeline help text updates from [5703ccb2e0]

andygoth 2016-11-05 14:10 trunk
Commit 9807c1da47054568de32858321665d3eec253f84
2 files changed +14 -12 +14 -12
+14 -12
--- src/timeline.c
+++ src/timeline.c
@@ -1224,21 +1224,21 @@
12241224
/*
12251225
** WEBPAGE: timeline
12261226
**
12271227
** Query parameters:
12281228
**
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
12361236
** 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
12401240
** y=TYPE 'ci', 'w', 't', 'e', or (default) 'all'
12411241
** ng No Graph.
12421242
** nd Do not highlight the focus check-in
12431243
** v Show details of files changed
12441244
** f=CHECKIN Show family (immediate parents and children) of CHECKIN
@@ -1245,20 +1245,22 @@
12451245
** from=CHECKIN Path from...
12461246
** to=CHECKIN ... to this
12471247
** shortest ... show only the shortest path
12481248
** uf=FILE_SHA1 Show only check-ins that contain the given file version
12491249
** 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
12511251
** brbg Background color from branch name
12521252
** ubg Background color from user
12531253
** namechng Show only check-ins that have filename changes
12541254
** 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
12561256
** yw=YYYY-WW Show only events for the given week of the given year
12571257
** ymd=YYYY-MM-DD Show only events on the given day
12581258
** datefmt=N Override the date format
12591259
** bisect Show the check-ins that are in the current bisect
1260
+** showid Show RIDs
1261
+** showsql Show the SQL text
12601262
**
12611263
** p= and d= can appear individually or together. If either p= or d=
12621264
** appear, then u=, y=, a=, and b= are ignored.
12631265
**
12641266
** If both a= and b= appear then both upper and lower bounds are honored.
12651267
--- 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 @@
12241224
/*
12251225
** WEBPAGE: timeline
12261226
**
12271227
** Query parameters:
12281228
**
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
12361236
** 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
12401240
** y=TYPE 'ci', 'w', 't', 'e', or (default) 'all'
12411241
** ng No Graph.
12421242
** nd Do not highlight the focus check-in
12431243
** v Show details of files changed
12441244
** f=CHECKIN Show family (immediate parents and children) of CHECKIN
@@ -1245,20 +1245,22 @@
12451245
** from=CHECKIN Path from...
12461246
** to=CHECKIN ... to this
12471247
** shortest ... show only the shortest path
12481248
** uf=FILE_SHA1 Show only check-ins that contain the given file version
12491249
** 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
12511251
** brbg Background color from branch name
12521252
** ubg Background color from user
12531253
** namechng Show only check-ins that have filename changes
12541254
** 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
12561256
** yw=YYYY-WW Show only events for the given week of the given year
12571257
** ymd=YYYY-MM-DD Show only events on the given day
12581258
** datefmt=N Override the date format
12591259
** bisect Show the check-ins that are in the current bisect
1260
+** showid Show RIDs
1261
+** showsql Show the SQL text
12601262
**
12611263
** p= and d= can appear individually or together. If either p= or d=
12621264
** appear, then u=, y=, a=, and b= are ignored.
12631265
**
12641266
** If both a= and b= appear then both upper and lower bounds are honored.
12651267
--- 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

Keyboard Shortcuts

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