Fossil SCM
Added missing help docs for timeline -f|--showfiles.
Commit
6ed9ad246fbfa3e94706e46ee4cc471a2da6b65d
Parent
14b1e90f21ed089…
1 file changed
+3
+3
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -1628,10 +1628,13 @@ | ||
| 1628 | 1628 | ** e = events only |
| 1629 | 1629 | ** t = tickets only |
| 1630 | 1630 | ** w = wiki commits only |
| 1631 | 1631 | ** -v|--verbose print the list of files changed in a checkin after |
| 1632 | 1632 | ** the checkin comment. |
| 1633 | +** -f|--showfiles Outputs the list of files changed by each commit | |
| 1634 | +** and the type of each change (edited, deleted, | |
| 1635 | +** etc.). | |
| 1633 | 1636 | */ |
| 1634 | 1637 | void timeline_cmd(void){ |
| 1635 | 1638 | Stmt q; |
| 1636 | 1639 | int n, k; |
| 1637 | 1640 | const char *zLimit; |
| 1638 | 1641 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1628,10 +1628,13 @@ | |
| 1628 | ** e = events only |
| 1629 | ** t = tickets only |
| 1630 | ** w = wiki commits only |
| 1631 | ** -v|--verbose print the list of files changed in a checkin after |
| 1632 | ** the checkin comment. |
| 1633 | */ |
| 1634 | void timeline_cmd(void){ |
| 1635 | Stmt q; |
| 1636 | int n, k; |
| 1637 | const char *zLimit; |
| 1638 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1628,10 +1628,13 @@ | |
| 1628 | ** e = events only |
| 1629 | ** t = tickets only |
| 1630 | ** w = wiki commits only |
| 1631 | ** -v|--verbose print the list of files changed in a checkin after |
| 1632 | ** the checkin comment. |
| 1633 | ** -f|--showfiles Outputs the list of files changed by each commit |
| 1634 | ** and the type of each change (edited, deleted, |
| 1635 | ** etc.). |
| 1636 | */ |
| 1637 | void timeline_cmd(void){ |
| 1638 | Stmt q; |
| 1639 | int n, k; |
| 1640 | const char *zLimit; |
| 1641 |