Fossil SCM

Added missing help docs for timeline -f|--showfiles.

stephan 2013-06-13 17:35 trunk
Commit 6ed9ad246fbfa3e94706e46ee4cc471a2da6b65d
1 file changed +3
--- src/timeline.c
+++ src/timeline.c
@@ -1628,10 +1628,13 @@
16281628
** e = events only
16291629
** t = tickets only
16301630
** w = wiki commits only
16311631
** -v|--verbose print the list of files changed in a checkin after
16321632
** 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.).
16331636
*/
16341637
void timeline_cmd(void){
16351638
Stmt q;
16361639
int n, k;
16371640
const char *zLimit;
16381641
--- 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

Keyboard Shortcuts

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