Fossil SCM
Added -R REPO to the timeline docs, per ML request.
Commit
dadbf7825a6e10eddf0835f583a8ca384afbea58
Parent
de1921bad3ce6b0…
1 file changed
+2
+2
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -1739,10 +1739,12 @@ | ||
| 1739 | 1739 | ** -v|--verbose Output the list of files changed by each commit |
| 1740 | 1740 | ** and the type of each change (edited, deleted, |
| 1741 | 1741 | ** etc.) after the checkin comment. |
| 1742 | 1742 | ** -W|--width <num> With of lines (default 79). Must be >20 or 0 |
| 1743 | 1743 | ** (= no limit, resulting in a single line per entry). |
| 1744 | +** -R REPO_FILE Specifies the repository db to use. Default is | |
| 1745 | +** the current checkout's repository. | |
| 1744 | 1746 | */ |
| 1745 | 1747 | void timeline_cmd(void){ |
| 1746 | 1748 | Stmt q; |
| 1747 | 1749 | int n, k, width; |
| 1748 | 1750 | const char *zLimit; |
| 1749 | 1751 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1739,10 +1739,12 @@ | |
| 1739 | ** -v|--verbose Output the list of files changed by each commit |
| 1740 | ** and the type of each change (edited, deleted, |
| 1741 | ** etc.) after the checkin comment. |
| 1742 | ** -W|--width <num> With of lines (default 79). Must be >20 or 0 |
| 1743 | ** (= no limit, resulting in a single line per entry). |
| 1744 | */ |
| 1745 | void timeline_cmd(void){ |
| 1746 | Stmt q; |
| 1747 | int n, k, width; |
| 1748 | const char *zLimit; |
| 1749 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1739,10 +1739,12 @@ | |
| 1739 | ** -v|--verbose Output the list of files changed by each commit |
| 1740 | ** and the type of each change (edited, deleted, |
| 1741 | ** etc.) after the checkin comment. |
| 1742 | ** -W|--width <num> With of lines (default 79). Must be >20 or 0 |
| 1743 | ** (= no limit, resulting in a single line per entry). |
| 1744 | ** -R REPO_FILE Specifies the repository db to use. Default is |
| 1745 | ** the current checkout's repository. |
| 1746 | */ |
| 1747 | void timeline_cmd(void){ |
| 1748 | Stmt q; |
| 1749 | int n, k, width; |
| 1750 | const char *zLimit; |
| 1751 |