Fossil SCM
Improved documentation for the query parameters of /timeline.
Commit
5b141ffffafbfd3f477d9b35c2715dcc099bd9f736adccadf29a338c788505db
Parent
a1616c2dbd1767f…
1 file changed
+7
-4
+7
-4
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -1736,12 +1736,12 @@ | ||
| 1736 | 1736 | ** ft=CHECKIN "Forward To": Show decendents forward to CHECKIN |
| 1737 | 1737 | ** d=CX ... from CX up to the time of CHECKIN |
| 1738 | 1738 | ** from=CX ... shortest path from CX up to CHECKIN |
| 1739 | 1739 | ** t=TAG Show only check-ins with the given TAG |
| 1740 | 1740 | ** r=TAG Show check-ins related to TAG, equivalent to t=TAG&rel |
| 1741 | -** tl=TAGLIST Shorthand for t=TAGLIST&ms=brlist | |
| 1742 | -** rl=TAGLIST Shorthand for r=TAGLIST&ms=brlist | |
| 1741 | +** tl=TAGLIST Same as 't=TAGLIST&ms=brlist' | |
| 1742 | +** rl=TAGLIST Same as 'r=TAGLIST&ms=brlist' | |
| 1743 | 1743 | ** rel Show related check-ins as well as those matching t=TAG |
| 1744 | 1744 | ** mionly Limit rel to show ancestors but not descendants |
| 1745 | 1745 | ** nowiki Do not show wiki associated with branch or tag |
| 1746 | 1746 | ** ms=MATCHSTYLE Set tag match style to EXACT, GLOB, LIKE, REGEXP |
| 1747 | 1747 | ** u=USER Only show items associated with USER |
| @@ -1755,17 +1755,20 @@ | ||
| 1755 | 1755 | ** nsm Omit the submenu |
| 1756 | 1756 | ** nc Omit all graph colors other than highlights |
| 1757 | 1757 | ** v Show details of files changed |
| 1758 | 1758 | ** vfx Show complete text of forum messages |
| 1759 | 1759 | ** f=CHECKIN Show family (immediate parents and children) of CHECKIN |
| 1760 | -** from=CHECKIN Path from... | |
| 1760 | +** from=CHECKIN Path through common ancestor from... | |
| 1761 | 1761 | ** to=CHECKIN ... to this |
| 1762 | 1762 | ** to2=CHECKIN ... backup name if to= doesn't resolve |
| 1763 | 1763 | ** shortest ... show only the shortest path |
| 1764 | 1764 | ** rel ... also show related checkins |
| 1765 | 1765 | ** bt=PRIOR ... path from CHECKIN back to PRIOR |
| 1766 | 1766 | ** ft=LATER ... path from CHECKIN forward to LATER |
| 1767 | +** me=CHECKIN Most direct path from... | |
| 1768 | +** you=CHECKIN ... to this | |
| 1769 | +** rel ... also show related checkins | |
| 1767 | 1770 | ** uf=FILE_HASH Show only check-ins that contain the given file version |
| 1768 | 1771 | ** All qualifying check-ins are shown unless there is |
| 1769 | 1772 | ** also an n= or n1= query parameter. |
| 1770 | 1773 | ** chng=GLOBLIST Show only check-ins that involve changes to a file whose |
| 1771 | 1774 | ** name matches one of the comma-separate GLOBLIST |
| @@ -1787,11 +1790,11 @@ | ||
| 1787 | 1790 | ** datefmt=N Override the date format: 0=HH:MM, 1=HH:MM:SS, |
| 1788 | 1791 | ** 2=YYYY-MM-DD HH:MM:SS, 3=YYMMDD HH:MM, and 4 means "off". |
| 1789 | 1792 | ** bisect Show the check-ins that are in the current bisect |
| 1790 | 1793 | ** oldestfirst Show events oldest first. |
| 1791 | 1794 | ** showid Show RIDs |
| 1792 | -** showsql Show the SQL text | |
| 1795 | +** showsql Show the SQL used to generate the report | |
| 1793 | 1796 | ** |
| 1794 | 1797 | ** p= and d= can appear individually or together. If either p= or d= |
| 1795 | 1798 | ** appear, then u=, y=, a=, and b= are ignored. |
| 1796 | 1799 | ** |
| 1797 | 1800 | ** If both a= and b= appear then both upper and lower bounds are honored. |
| 1798 | 1801 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1736,12 +1736,12 @@ | |
| 1736 | ** ft=CHECKIN "Forward To": Show decendents forward to CHECKIN |
| 1737 | ** d=CX ... from CX up to the time of CHECKIN |
| 1738 | ** from=CX ... shortest path from CX up to CHECKIN |
| 1739 | ** t=TAG Show only check-ins with the given TAG |
| 1740 | ** r=TAG Show check-ins related to TAG, equivalent to t=TAG&rel |
| 1741 | ** tl=TAGLIST Shorthand for t=TAGLIST&ms=brlist |
| 1742 | ** rl=TAGLIST Shorthand for r=TAGLIST&ms=brlist |
| 1743 | ** rel Show related check-ins as well as those matching t=TAG |
| 1744 | ** mionly Limit rel to show ancestors but not descendants |
| 1745 | ** nowiki Do not show wiki associated with branch or tag |
| 1746 | ** ms=MATCHSTYLE Set tag match style to EXACT, GLOB, LIKE, REGEXP |
| 1747 | ** u=USER Only show items associated with USER |
| @@ -1755,17 +1755,20 @@ | |
| 1755 | ** nsm Omit the submenu |
| 1756 | ** nc Omit all graph colors other than highlights |
| 1757 | ** v Show details of files changed |
| 1758 | ** vfx Show complete text of forum messages |
| 1759 | ** f=CHECKIN Show family (immediate parents and children) of CHECKIN |
| 1760 | ** from=CHECKIN Path from... |
| 1761 | ** to=CHECKIN ... to this |
| 1762 | ** to2=CHECKIN ... backup name if to= doesn't resolve |
| 1763 | ** shortest ... show only the shortest path |
| 1764 | ** rel ... also show related checkins |
| 1765 | ** bt=PRIOR ... path from CHECKIN back to PRIOR |
| 1766 | ** ft=LATER ... path from CHECKIN forward to LATER |
| 1767 | ** uf=FILE_HASH Show only check-ins that contain the given file version |
| 1768 | ** All qualifying check-ins are shown unless there is |
| 1769 | ** also an n= or n1= query parameter. |
| 1770 | ** chng=GLOBLIST Show only check-ins that involve changes to a file whose |
| 1771 | ** name matches one of the comma-separate GLOBLIST |
| @@ -1787,11 +1790,11 @@ | |
| 1787 | ** datefmt=N Override the date format: 0=HH:MM, 1=HH:MM:SS, |
| 1788 | ** 2=YYYY-MM-DD HH:MM:SS, 3=YYMMDD HH:MM, and 4 means "off". |
| 1789 | ** bisect Show the check-ins that are in the current bisect |
| 1790 | ** oldestfirst Show events oldest first. |
| 1791 | ** showid Show RIDs |
| 1792 | ** showsql Show the SQL text |
| 1793 | ** |
| 1794 | ** p= and d= can appear individually or together. If either p= or d= |
| 1795 | ** appear, then u=, y=, a=, and b= are ignored. |
| 1796 | ** |
| 1797 | ** If both a= and b= appear then both upper and lower bounds are honored. |
| 1798 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1736,12 +1736,12 @@ | |
| 1736 | ** ft=CHECKIN "Forward To": Show decendents forward to CHECKIN |
| 1737 | ** d=CX ... from CX up to the time of CHECKIN |
| 1738 | ** from=CX ... shortest path from CX up to CHECKIN |
| 1739 | ** t=TAG Show only check-ins with the given TAG |
| 1740 | ** r=TAG Show check-ins related to TAG, equivalent to t=TAG&rel |
| 1741 | ** tl=TAGLIST Same as 't=TAGLIST&ms=brlist' |
| 1742 | ** rl=TAGLIST Same as 'r=TAGLIST&ms=brlist' |
| 1743 | ** rel Show related check-ins as well as those matching t=TAG |
| 1744 | ** mionly Limit rel to show ancestors but not descendants |
| 1745 | ** nowiki Do not show wiki associated with branch or tag |
| 1746 | ** ms=MATCHSTYLE Set tag match style to EXACT, GLOB, LIKE, REGEXP |
| 1747 | ** u=USER Only show items associated with USER |
| @@ -1755,17 +1755,20 @@ | |
| 1755 | ** nsm Omit the submenu |
| 1756 | ** nc Omit all graph colors other than highlights |
| 1757 | ** v Show details of files changed |
| 1758 | ** vfx Show complete text of forum messages |
| 1759 | ** f=CHECKIN Show family (immediate parents and children) of CHECKIN |
| 1760 | ** from=CHECKIN Path through common ancestor from... |
| 1761 | ** to=CHECKIN ... to this |
| 1762 | ** to2=CHECKIN ... backup name if to= doesn't resolve |
| 1763 | ** shortest ... show only the shortest path |
| 1764 | ** rel ... also show related checkins |
| 1765 | ** bt=PRIOR ... path from CHECKIN back to PRIOR |
| 1766 | ** ft=LATER ... path from CHECKIN forward to LATER |
| 1767 | ** me=CHECKIN Most direct path from... |
| 1768 | ** you=CHECKIN ... to this |
| 1769 | ** rel ... also show related checkins |
| 1770 | ** uf=FILE_HASH Show only check-ins that contain the given file version |
| 1771 | ** All qualifying check-ins are shown unless there is |
| 1772 | ** also an n= or n1= query parameter. |
| 1773 | ** chng=GLOBLIST Show only check-ins that involve changes to a file whose |
| 1774 | ** name matches one of the comma-separate GLOBLIST |
| @@ -1787,11 +1790,11 @@ | |
| 1790 | ** datefmt=N Override the date format: 0=HH:MM, 1=HH:MM:SS, |
| 1791 | ** 2=YYYY-MM-DD HH:MM:SS, 3=YYMMDD HH:MM, and 4 means "off". |
| 1792 | ** bisect Show the check-ins that are in the current bisect |
| 1793 | ** oldestfirst Show events oldest first. |
| 1794 | ** showid Show RIDs |
| 1795 | ** showsql Show the SQL used to generate the report |
| 1796 | ** |
| 1797 | ** p= and d= can appear individually or together. If either p= or d= |
| 1798 | ** appear, then u=, y=, a=, and b= are ignored. |
| 1799 | ** |
| 1800 | ** If both a= and b= appear then both upper and lower bounds are honored. |
| 1801 |