Fossil SCM
Combine comment lines for --verbose and (deprecated) --showfiles.
Commit
a6dad6508c0e95bd0aceb28fec1a269114917ac5
Parent
6ed9ad246fbfa3e…
1 file changed
+4
-6
+4
-6
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -1620,21 +1620,19 @@ | ||
| 1620 | 1620 | ** The DATETIME should be in the ISO8601 format. For |
| 1621 | 1621 | ** examples: "2007-08-18 07:21:21". You can also say "current" |
| 1622 | 1622 | ** for the current version or "now" for the current time. |
| 1623 | 1623 | ** |
| 1624 | 1624 | ** Options: |
| 1625 | -** -n|--limit N display the first N changes (default 20) | |
| 1626 | -** -t|--type TYPE only display items from the give types, such as: | |
| 1625 | +** -n|--limit N Output the first N changes (default 20) | |
| 1626 | +** -t|--type TYPE Output items from the given types only, such as: | |
| 1627 | 1627 | ** ci = file commits only |
| 1628 | 1628 | ** e = events only |
| 1629 | 1629 | ** t = tickets only |
| 1630 | 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 | |
| 1631 | +** -v|--verbose Output the list of files changed by each commit | |
| 1634 | 1632 | ** and the type of each change (edited, deleted, |
| 1635 | -** etc.). | |
| 1633 | +** etc.) after the checkin comment. | |
| 1636 | 1634 | */ |
| 1637 | 1635 | void timeline_cmd(void){ |
| 1638 | 1636 | Stmt q; |
| 1639 | 1637 | int n, k; |
| 1640 | 1638 | const char *zLimit; |
| 1641 | 1639 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1620,21 +1620,19 @@ | |
| 1620 | ** The DATETIME should be in the ISO8601 format. For |
| 1621 | ** examples: "2007-08-18 07:21:21". You can also say "current" |
| 1622 | ** for the current version or "now" for the current time. |
| 1623 | ** |
| 1624 | ** Options: |
| 1625 | ** -n|--limit N display the first N changes (default 20) |
| 1626 | ** -t|--type TYPE only display items from the give types, such as: |
| 1627 | ** ci = file commits only |
| 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 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1620,21 +1620,19 @@ | |
| 1620 | ** The DATETIME should be in the ISO8601 format. For |
| 1621 | ** examples: "2007-08-18 07:21:21". You can also say "current" |
| 1622 | ** for the current version or "now" for the current time. |
| 1623 | ** |
| 1624 | ** Options: |
| 1625 | ** -n|--limit N Output the first N changes (default 20) |
| 1626 | ** -t|--type TYPE Output items from the given types only, such as: |
| 1627 | ** ci = file commits only |
| 1628 | ** e = events only |
| 1629 | ** t = tickets only |
| 1630 | ** w = wiki commits only |
| 1631 | ** -v|--verbose Output the list of files changed by each commit |
| 1632 | ** and the type of each change (edited, deleted, |
| 1633 | ** etc.) after the checkin comment. |
| 1634 | */ |
| 1635 | void timeline_cmd(void){ |
| 1636 | Stmt q; |
| 1637 | int n, k; |
| 1638 | const char *zLimit; |
| 1639 |