Fossil SCM
Docs v0.1, with upper-/lower-case letter notation, instead of SHIFT+LETTER (which may be somewhat confusing for the "," and ";" case).
Commit
b02508d358a2e06a7a97043af292daca335b10005c80f690f6d457251214310d
Parent
7d026886906dbaa…
1 file changed
+15
+15
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -1627,10 +1627,25 @@ | ||
| 1627 | 1627 | ** which one(s) is/are applied is unspecified and may change between |
| 1628 | 1628 | ** fossil versions. |
| 1629 | 1629 | ** |
| 1630 | 1630 | ** CHECKIN or TIMEORTAG can be a check-in hash prefix, or a tag, or the |
| 1631 | 1631 | ** name of a branch. |
| 1632 | +** | |
| 1633 | +** Keyboard navigation shortcuts: | |
| 1634 | +** | |
| 1635 | +** N Focus first (newest) entry. | |
| 1636 | +** n Focus next (newer) entry, or open next page. | |
| 1637 | +** m Focus previous (older) entry, or open previous page. | |
| 1638 | +** M Focus last (oldest) entry. | |
| 1639 | +** h Move focus between selected, current (check-out) and ticked entries. | |
| 1640 | +** , Tick/untick the node of the focused entry. | |
| 1641 | +** ; Untick the nodes of all entries. | |
| 1642 | +** b Copy the commit hash of the focused entry to clipboard. | |
| 1643 | +** B Copy the branch name of the focused entry to clipboard. | |
| 1644 | +** j View timeline of focused entry. | |
| 1645 | +** k View details of focused entry. | |
| 1646 | +** ESC Disable keyboard navigation mode. | |
| 1632 | 1647 | */ |
| 1633 | 1648 | void page_timeline(void){ |
| 1634 | 1649 | Stmt q; /* Query used to generate the timeline */ |
| 1635 | 1650 | Blob sql; /* text of SQL used to generate timeline */ |
| 1636 | 1651 | Blob desc; /* Description of the timeline */ |
| 1637 | 1652 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1627,10 +1627,25 @@ | |
| 1627 | ** which one(s) is/are applied is unspecified and may change between |
| 1628 | ** fossil versions. |
| 1629 | ** |
| 1630 | ** CHECKIN or TIMEORTAG can be a check-in hash prefix, or a tag, or the |
| 1631 | ** name of a branch. |
| 1632 | */ |
| 1633 | void page_timeline(void){ |
| 1634 | Stmt q; /* Query used to generate the timeline */ |
| 1635 | Blob sql; /* text of SQL used to generate timeline */ |
| 1636 | Blob desc; /* Description of the timeline */ |
| 1637 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1627,10 +1627,25 @@ | |
| 1627 | ** which one(s) is/are applied is unspecified and may change between |
| 1628 | ** fossil versions. |
| 1629 | ** |
| 1630 | ** CHECKIN or TIMEORTAG can be a check-in hash prefix, or a tag, or the |
| 1631 | ** name of a branch. |
| 1632 | ** |
| 1633 | ** Keyboard navigation shortcuts: |
| 1634 | ** |
| 1635 | ** N Focus first (newest) entry. |
| 1636 | ** n Focus next (newer) entry, or open next page. |
| 1637 | ** m Focus previous (older) entry, or open previous page. |
| 1638 | ** M Focus last (oldest) entry. |
| 1639 | ** h Move focus between selected, current (check-out) and ticked entries. |
| 1640 | ** , Tick/untick the node of the focused entry. |
| 1641 | ** ; Untick the nodes of all entries. |
| 1642 | ** b Copy the commit hash of the focused entry to clipboard. |
| 1643 | ** B Copy the branch name of the focused entry to clipboard. |
| 1644 | ** j View timeline of focused entry. |
| 1645 | ** k View details of focused entry. |
| 1646 | ** ESC Disable keyboard navigation mode. |
| 1647 | */ |
| 1648 | void page_timeline(void){ |
| 1649 | Stmt q; /* Query used to generate the timeline */ |
| 1650 | Blob sql; /* text of SQL used to generate timeline */ |
| 1651 | Blob desc; /* Description of the timeline */ |
| 1652 |