Fossil SCM

Combine comment lines for --verbose and (deprecated) --showfiles.

jan.nijtmans 2013-06-14 07:19 trunk
Commit a6dad6508c0e95bd0aceb28fec1a269114917ac5
1 file changed +4 -6
+4 -6
--- src/timeline.c
+++ src/timeline.c
@@ -1620,21 +1620,19 @@
16201620
** The DATETIME should be in the ISO8601 format. For
16211621
** examples: "2007-08-18 07:21:21". You can also say "current"
16221622
** for the current version or "now" for the current time.
16231623
**
16241624
** 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:
16271627
** ci = file commits only
16281628
** e = events only
16291629
** t = tickets only
16301630
** 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
16341632
** and the type of each change (edited, deleted,
1635
-** etc.).
1633
+** etc.) after the checkin comment.
16361634
*/
16371635
void timeline_cmd(void){
16381636
Stmt q;
16391637
int n, k;
16401638
const char *zLimit;
16411639
--- 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

Keyboard Shortcuts

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