Fossil SCM
Update document for the x= query parameter to /timeline.
Commit
d4d6cca0b590ab0bb3e93fd04af749729099ae124501c7ccc5d2d16d786c3665
Parent
1e8451b55f3f38a…
1 file changed
+2
-2
+2
-2
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -1751,12 +1751,12 @@ | ||
| 1751 | 1751 | ** the file with FILEHASH |
| 1752 | 1752 | ** m=TIMEORTAG Highlight the event at TIMEORTAG, or the closest available |
| 1753 | 1753 | ** event if TIMEORTAG is not part of the timeline. If |
| 1754 | 1754 | ** the t= or r= is used, the m event is added to the timeline |
| 1755 | 1755 | ** if it isn't there already. |
| 1756 | -** x=HASHLIST Show all check-ins in the comma-separated HASHLIST | |
| 1757 | -** in addition to check-ins specified by t= or r= | |
| 1756 | +** x=LIST Show check-ins in the comma- or space-separated LIST | |
| 1757 | +** in addition to check-ins specified by other parameters. | |
| 1758 | 1758 | ** sel1=TIMEORTAG Highlight the check-in at TIMEORTAG if it is part of |
| 1759 | 1759 | ** the timeline. Similar to m= except TIMEORTAG must |
| 1760 | 1760 | ** match a check-in that is already in the timeline. |
| 1761 | 1761 | ** sel2=TIMEORTAG Like sel1= but use the secondary highlight. |
| 1762 | 1762 | ** n=COUNT Maximum number of events. "all" for no limit |
| 1763 | 1763 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1751,12 +1751,12 @@ | |
| 1751 | ** the file with FILEHASH |
| 1752 | ** m=TIMEORTAG Highlight the event at TIMEORTAG, or the closest available |
| 1753 | ** event if TIMEORTAG is not part of the timeline. If |
| 1754 | ** the t= or r= is used, the m event is added to the timeline |
| 1755 | ** if it isn't there already. |
| 1756 | ** x=HASHLIST Show all check-ins in the comma-separated HASHLIST |
| 1757 | ** in addition to check-ins specified by t= or r= |
| 1758 | ** sel1=TIMEORTAG Highlight the check-in at TIMEORTAG if it is part of |
| 1759 | ** the timeline. Similar to m= except TIMEORTAG must |
| 1760 | ** match a check-in that is already in the timeline. |
| 1761 | ** sel2=TIMEORTAG Like sel1= but use the secondary highlight. |
| 1762 | ** n=COUNT Maximum number of events. "all" for no limit |
| 1763 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1751,12 +1751,12 @@ | |
| 1751 | ** the file with FILEHASH |
| 1752 | ** m=TIMEORTAG Highlight the event at TIMEORTAG, or the closest available |
| 1753 | ** event if TIMEORTAG is not part of the timeline. If |
| 1754 | ** the t= or r= is used, the m event is added to the timeline |
| 1755 | ** if it isn't there already. |
| 1756 | ** x=LIST Show check-ins in the comma- or space-separated LIST |
| 1757 | ** in addition to check-ins specified by other parameters. |
| 1758 | ** sel1=TIMEORTAG Highlight the check-in at TIMEORTAG if it is part of |
| 1759 | ** the timeline. Similar to m= except TIMEORTAG must |
| 1760 | ** match a check-in that is already in the timeline. |
| 1761 | ** sel2=TIMEORTAG Like sel1= but use the secondary highlight. |
| 1762 | ** n=COUNT Maximum number of events. "all" for no limit |
| 1763 |