Fossil SCM

Added -R REPO to the timeline docs, per ML request.

stephan 2014-05-28 16:06 trunk
Commit dadbf7825a6e10eddf0835f583a8ca384afbea58
1 file changed +2
--- src/timeline.c
+++ src/timeline.c
@@ -1739,10 +1739,12 @@
17391739
** -v|--verbose Output the list of files changed by each commit
17401740
** and the type of each change (edited, deleted,
17411741
** etc.) after the checkin comment.
17421742
** -W|--width <num> With of lines (default 79). Must be >20 or 0
17431743
** (= 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.
17441746
*/
17451747
void timeline_cmd(void){
17461748
Stmt q;
17471749
int n, k, width;
17481750
const char *zLimit;
17491751
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button