Fossil SCM

Fix HTML formatting issues with a few built-in help pages.

drh 2020-08-25 06:32 trunk
Commit 11384f1874f245a389147144d181ce936ac867275a0491503c22d4f84c4e0e8f
+3 -3
--- src/add.c
+++ src/add.c
@@ -551,11 +551,11 @@
551551
**
552552
** Options:
553553
** --soft Skip removing files from the checkout.
554554
** This supersedes the --hard option.
555555
** --hard Remove files from the checkout.
556
-** --case-sensitive <BOOL> Override the case-sensitive setting.
556
+** --case-sensitive BOOL Override the case-sensitive setting.
557557
** -n|--dry-run If given, display instead of run actions.
558558
** --reset Reset the DELETED state of a checkout, such
559559
** that all newly-rm'd (but not yet committed)
560560
** files are no longer removed. No flags other
561561
** than --verbose or --dry-run may be used with
@@ -653,11 +653,11 @@
653653
** the case-sensitive setting is undefined, then case sensitivity
654654
** defaults off for Cygwin, Mac and Windows and on for all other unix.
655655
** If case-sensitivity is enabled in the windows kernel, the Cygwin port
656656
** of fossil.exe can detect that, and modifies the default to 'on'.
657657
**
658
-** The --case-sensitive <BOOL> command-line option overrides any
658
+** The "--case-sensitive BOOL" command-line option overrides any
659659
** setting.
660660
*/
661661
int filenames_are_case_sensitive(void){
662662
static int caseSensitive;
663663
static int once = 1;
@@ -989,11 +989,11 @@
989989
**
990990
** Options:
991991
** --soft Skip moving files within the checkout.
992992
** This supersedes the --hard option.
993993
** --hard Move files within the checkout.
994
-** --case-sensitive <BOOL> Override the case-sensitive setting.
994
+** --case-sensitive BOOL Override the case-sensitive setting.
995995
** -n|--dry-run If given, display instead of run actions.
996996
**
997997
** See also: [[changes]], [[status]]
998998
*/
999999
void mv_cmd(void){
10001000
--- src/add.c
+++ src/add.c
@@ -551,11 +551,11 @@
551 **
552 ** Options:
553 ** --soft Skip removing files from the checkout.
554 ** This supersedes the --hard option.
555 ** --hard Remove files from the checkout.
556 ** --case-sensitive <BOOL> Override the case-sensitive setting.
557 ** -n|--dry-run If given, display instead of run actions.
558 ** --reset Reset the DELETED state of a checkout, such
559 ** that all newly-rm'd (but not yet committed)
560 ** files are no longer removed. No flags other
561 ** than --verbose or --dry-run may be used with
@@ -653,11 +653,11 @@
653 ** the case-sensitive setting is undefined, then case sensitivity
654 ** defaults off for Cygwin, Mac and Windows and on for all other unix.
655 ** If case-sensitivity is enabled in the windows kernel, the Cygwin port
656 ** of fossil.exe can detect that, and modifies the default to 'on'.
657 **
658 ** The --case-sensitive <BOOL> command-line option overrides any
659 ** setting.
660 */
661 int filenames_are_case_sensitive(void){
662 static int caseSensitive;
663 static int once = 1;
@@ -989,11 +989,11 @@
989 **
990 ** Options:
991 ** --soft Skip moving files within the checkout.
992 ** This supersedes the --hard option.
993 ** --hard Move files within the checkout.
994 ** --case-sensitive <BOOL> Override the case-sensitive setting.
995 ** -n|--dry-run If given, display instead of run actions.
996 **
997 ** See also: [[changes]], [[status]]
998 */
999 void mv_cmd(void){
1000
--- src/add.c
+++ src/add.c
@@ -551,11 +551,11 @@
551 **
552 ** Options:
553 ** --soft Skip removing files from the checkout.
554 ** This supersedes the --hard option.
555 ** --hard Remove files from the checkout.
556 ** --case-sensitive BOOL Override the case-sensitive setting.
557 ** -n|--dry-run If given, display instead of run actions.
558 ** --reset Reset the DELETED state of a checkout, such
559 ** that all newly-rm'd (but not yet committed)
560 ** files are no longer removed. No flags other
561 ** than --verbose or --dry-run may be used with
@@ -653,11 +653,11 @@
653 ** the case-sensitive setting is undefined, then case sensitivity
654 ** defaults off for Cygwin, Mac and Windows and on for all other unix.
655 ** If case-sensitivity is enabled in the windows kernel, the Cygwin port
656 ** of fossil.exe can detect that, and modifies the default to 'on'.
657 **
658 ** The "--case-sensitive BOOL" command-line option overrides any
659 ** setting.
660 */
661 int filenames_are_case_sensitive(void){
662 static int caseSensitive;
663 static int once = 1;
@@ -989,11 +989,11 @@
989 **
990 ** Options:
991 ** --soft Skip moving files within the checkout.
992 ** This supersedes the --hard option.
993 ** --hard Move files within the checkout.
994 ** --case-sensitive BOOL Override the case-sensitive setting.
995 ** -n|--dry-run If given, display instead of run actions.
996 **
997 ** See also: [[changes]], [[status]]
998 */
999 void mv_cmd(void){
1000
+1 -1
--- src/checkin.c
+++ src/checkin.c
@@ -416,11 +416,11 @@
416416
** --abs-paths Display absolute pathnames.
417417
** --rel-paths Display pathnames relative to the current working
418418
** directory.
419419
** --hash Verify file status using hashing rather than
420420
** relying on file mtimes.
421
-** --case-sensitive <BOOL> Override case-sensitive setting.
421
+** --case-sensitive BOOL Override case-sensitive setting.
422422
** --dotfiles Include unmanaged files beginning with a dot.
423423
** --ignore <CSG> Ignore unmanaged files matching CSG glob patterns.
424424
**
425425
** Options specific to the changes command:
426426
** --header Identify the repository if report is non-empty.
427427
--- src/checkin.c
+++ src/checkin.c
@@ -416,11 +416,11 @@
416 ** --abs-paths Display absolute pathnames.
417 ** --rel-paths Display pathnames relative to the current working
418 ** directory.
419 ** --hash Verify file status using hashing rather than
420 ** relying on file mtimes.
421 ** --case-sensitive <BOOL> Override case-sensitive setting.
422 ** --dotfiles Include unmanaged files beginning with a dot.
423 ** --ignore <CSG> Ignore unmanaged files matching CSG glob patterns.
424 **
425 ** Options specific to the changes command:
426 ** --header Identify the repository if report is non-empty.
427
--- src/checkin.c
+++ src/checkin.c
@@ -416,11 +416,11 @@
416 ** --abs-paths Display absolute pathnames.
417 ** --rel-paths Display pathnames relative to the current working
418 ** directory.
419 ** --hash Verify file status using hashing rather than
420 ** relying on file mtimes.
421 ** --case-sensitive BOOL Override case-sensitive setting.
422 ** --dotfiles Include unmanaged files beginning with a dot.
423 ** --ignore <CSG> Ignore unmanaged files matching CSG glob patterns.
424 **
425 ** Options specific to the changes command:
426 ** --header Identify the repository if report is non-empty.
427
+1 -1
--- src/comformat.c
+++ src/comformat.c
@@ -551,11 +551,11 @@
551551
** --wordbreak Attempt to break lines on word boundaries.
552552
** --origbreak Attempt to break when the original comment text
553553
** is detected.
554554
** --indent Number of spaces to indent (default (-1) is to
555555
** auto-detect). Zero means no indent.
556
-** -W|--width <num> Width of lines (default (-1) is to auto-detect).
556
+** -W|--width NUM Width of lines (default (-1) is to auto-detect).
557557
** Zero means no limit.
558558
*/
559559
void test_comment_format(void){
560560
const char *zWidth;
561561
const char *zIndent;
562562
--- src/comformat.c
+++ src/comformat.c
@@ -551,11 +551,11 @@
551 ** --wordbreak Attempt to break lines on word boundaries.
552 ** --origbreak Attempt to break when the original comment text
553 ** is detected.
554 ** --indent Number of spaces to indent (default (-1) is to
555 ** auto-detect). Zero means no indent.
556 ** -W|--width <num> Width of lines (default (-1) is to auto-detect).
557 ** Zero means no limit.
558 */
559 void test_comment_format(void){
560 const char *zWidth;
561 const char *zIndent;
562
--- src/comformat.c
+++ src/comformat.c
@@ -551,11 +551,11 @@
551 ** --wordbreak Attempt to break lines on word boundaries.
552 ** --origbreak Attempt to break when the original comment text
553 ** is detected.
554 ** --indent Number of spaces to indent (default (-1) is to
555 ** auto-detect). Zero means no indent.
556 ** -W|--width NUM Width of lines (default (-1) is to auto-detect).
557 ** Zero means no limit.
558 */
559 void test_comment_format(void){
560 const char *zWidth;
561 const char *zIndent;
562
--- src/descendants.c
+++ src/descendants.c
@@ -344,13 +344,13 @@
344344
** Find all leaf descendants of the check-in specified or if the argument
345345
** is omitted, of the check-in currently checked out.
346346
**
347347
** Options:
348348
** -R|--repository FILE Extract info from repository FILE
349
-** -W|--width <num> Width of lines (default is to auto-detect).
350
-** Must be >20 or 0 (= no limit, resulting in a
351
-** single line per entry).
349
+** -W|--width N Width of lines (default is to auto-detect).
350
+** Must be greater than 20 or else 0 for no
351
+** limit, resulting in a one line per entry.
352352
**
353353
** See also: [[finfo]], [[info]], [[leaves]]
354354
*/
355355
void descendants_cmd(void){
356356
Stmt q;
@@ -404,13 +404,13 @@
404404
** -a|--all show ALL leaves
405405
** --bybranch order output by branch name
406406
** -c|--closed show only closed leaves
407407
** -m|--multiple show only cases with multiple leaves on a single branch
408408
** --recompute recompute the "leaf" table in the repository DB
409
-** -W|--width <num> Width of lines (default is to auto-detect). Must be
410
-** >39 or 0 (= no limit, resulting in a single line per
411
-** entry).
409
+** -W|--width N Width of lines (default is to auto-detect). Must be
410
+** more than 39 or else 0 no limit, resulting in a single
411
+** line per entry.
412412
**
413413
** See also: [[descendants]], [[finfo]], [[info]], [[branch]]
414414
*/
415415
void leaves_cmd(void){
416416
Stmt q;
417417
--- src/descendants.c
+++ src/descendants.c
@@ -344,13 +344,13 @@
344 ** Find all leaf descendants of the check-in specified or if the argument
345 ** is omitted, of the check-in currently checked out.
346 **
347 ** Options:
348 ** -R|--repository FILE Extract info from repository FILE
349 ** -W|--width <num> Width of lines (default is to auto-detect).
350 ** Must be >20 or 0 (= no limit, resulting in a
351 ** single line per entry).
352 **
353 ** See also: [[finfo]], [[info]], [[leaves]]
354 */
355 void descendants_cmd(void){
356 Stmt q;
@@ -404,13 +404,13 @@
404 ** -a|--all show ALL leaves
405 ** --bybranch order output by branch name
406 ** -c|--closed show only closed leaves
407 ** -m|--multiple show only cases with multiple leaves on a single branch
408 ** --recompute recompute the "leaf" table in the repository DB
409 ** -W|--width <num> Width of lines (default is to auto-detect). Must be
410 ** >39 or 0 (= no limit, resulting in a single line per
411 ** entry).
412 **
413 ** See also: [[descendants]], [[finfo]], [[info]], [[branch]]
414 */
415 void leaves_cmd(void){
416 Stmt q;
417
--- src/descendants.c
+++ src/descendants.c
@@ -344,13 +344,13 @@
344 ** Find all leaf descendants of the check-in specified or if the argument
345 ** is omitted, of the check-in currently checked out.
346 **
347 ** Options:
348 ** -R|--repository FILE Extract info from repository FILE
349 ** -W|--width N Width of lines (default is to auto-detect).
350 ** Must be greater than 20 or else 0 for no
351 ** limit, resulting in a one line per entry.
352 **
353 ** See also: [[finfo]], [[info]], [[leaves]]
354 */
355 void descendants_cmd(void){
356 Stmt q;
@@ -404,13 +404,13 @@
404 ** -a|--all show ALL leaves
405 ** --bybranch order output by branch name
406 ** -c|--closed show only closed leaves
407 ** -m|--multiple show only cases with multiple leaves on a single branch
408 ** --recompute recompute the "leaf" table in the repository DB
409 ** -W|--width N Width of lines (default is to auto-detect). Must be
410 ** more than 39 or else 0 no limit, resulting in a single
411 ** line per entry.
412 **
413 ** See also: [[descendants]], [[finfo]], [[info]], [[branch]]
414 */
415 void leaves_cmd(void){
416 Stmt q;
417
+25 -24
--- src/diffcmd.c
+++ src/diffcmd.c
@@ -815,34 +815,35 @@
815815
** The "--binary" option causes files matching the glob PATTERN to be treated
816816
** as binary when considering if they should be used with external diff program.
817817
** This option overrides the "binary-glob" setting.
818818
**
819819
** Options:
820
-** --binary PATTERN Treat files that match the glob PATTERN as binary
821
-** --branch BRANCH Show diff of all changes on BRANCH
822
-** --brief Show filenames only
823
-** --checkin VERSION Show diff of all changes in VERSION
824
-** --command PROG External diff program - overrides "diff-command"
825
-** --context|-c N Use N lines of context
826
-** --diff-binary BOOL Include binary files when using external commands
827
-** --exec-abs-paths Force absolute path names with external commands.
828
-** --exec-rel-paths Force relative path names with external commands.
829
-** --from|-r VERSION Select VERSION as source for the diff
830
-** --internal|-i Use internal diff logic
831
-** --new-file|-N Show complete text of added and deleted files
832
-** --numstat Show only the number of lines delete and added
833
-** --side-by-side|-y Side-by-side diff
834
-** --strip-trailing-cr Strip trailing CR
835
-** --tclsh PATH Tcl/Tk used for --tk (default: "tclsh")
836
-** --tk Launch a Tcl/Tk GUI for display
837
-** --to VERSION Select VERSION as target for the diff
838
-** --undo Diff against the "undo" buffer
839
-** --unified Unified diff
840
-** -v|--verbose Output complete text of added or deleted files
841
-** -w|--ignore-all-space Ignore white space when comparing lines
842
-** -W|--width <num> Width of lines in side-by-side diff
843
-** -Z|--ignore-trailing-space Ignore changes to end-of-line whitespace
820
+** --binary PATTERN Treat files that match the glob PATTERN
821
+** as binary
822
+** --branch BRANCH Show diff of all changes on BRANCH
823
+** --brief Show filenames only
824
+** --checkin VERSION Show diff of all changes in VERSION
825
+** --command PROG External diff program. Overrides "diff-command"
826
+** --context|-c N Use N lines of context
827
+** --diff-binary BOOL Include binary files with external commands
828
+** --exec-abs-paths Force absolute path names on external commands
829
+** --exec-rel-paths Force relative path names on external commands
830
+** --from|-r VERSION Select VERSION as source for the diff
831
+** --internal|-i Use internal diff logic
832
+** --new-file|-N Show complete text of added and deleted files
833
+** --numstat Show only the number of lines delete and added
834
+** --side-by-side|-y Side-by-side diff
835
+** --strip-trailing-cr Strip trailing CR
836
+** --tclsh PATH Tcl/Tk used for --tk (default: "tclsh")
837
+** --tk Launch a Tcl/Tk GUI for display
838
+** --to VERSION Select VERSION as target for the diff
839
+** --undo Diff against the "undo" buffer
840
+** --unified Unified diff
841
+** -v|--verbose Output complete text of added or deleted files
842
+** -w|--ignore-all-space Ignore white space when comparing lines
843
+** -W|--width N Width of lines in side-by-side diff
844
+** -Z|--ignore-trailing-space Ignore changes to end-of-line whitespace
844845
*/
845846
void diff_cmd(void){
846847
int isGDiff; /* True for gdiff. False for normal diff */
847848
int isInternDiff; /* True for internal diff */
848849
int verboseFlag; /* True if -v or --verbose flag is used */
849850
--- src/diffcmd.c
+++ src/diffcmd.c
@@ -815,34 +815,35 @@
815 ** The "--binary" option causes files matching the glob PATTERN to be treated
816 ** as binary when considering if they should be used with external diff program.
817 ** This option overrides the "binary-glob" setting.
818 **
819 ** Options:
820 ** --binary PATTERN Treat files that match the glob PATTERN as binary
821 ** --branch BRANCH Show diff of all changes on BRANCH
822 ** --brief Show filenames only
823 ** --checkin VERSION Show diff of all changes in VERSION
824 ** --command PROG External diff program - overrides "diff-command"
825 ** --context|-c N Use N lines of context
826 ** --diff-binary BOOL Include binary files when using external commands
827 ** --exec-abs-paths Force absolute path names with external commands.
828 ** --exec-rel-paths Force relative path names with external commands.
829 ** --from|-r VERSION Select VERSION as source for the diff
830 ** --internal|-i Use internal diff logic
831 ** --new-file|-N Show complete text of added and deleted files
832 ** --numstat Show only the number of lines delete and added
833 ** --side-by-side|-y Side-by-side diff
834 ** --strip-trailing-cr Strip trailing CR
835 ** --tclsh PATH Tcl/Tk used for --tk (default: "tclsh")
836 ** --tk Launch a Tcl/Tk GUI for display
837 ** --to VERSION Select VERSION as target for the diff
838 ** --undo Diff against the "undo" buffer
839 ** --unified Unified diff
840 ** -v|--verbose Output complete text of added or deleted files
841 ** -w|--ignore-all-space Ignore white space when comparing lines
842 ** -W|--width <num> Width of lines in side-by-side diff
843 ** -Z|--ignore-trailing-space Ignore changes to end-of-line whitespace
 
844 */
845 void diff_cmd(void){
846 int isGDiff; /* True for gdiff. False for normal diff */
847 int isInternDiff; /* True for internal diff */
848 int verboseFlag; /* True if -v or --verbose flag is used */
849
--- src/diffcmd.c
+++ src/diffcmd.c
@@ -815,34 +815,35 @@
815 ** The "--binary" option causes files matching the glob PATTERN to be treated
816 ** as binary when considering if they should be used with external diff program.
817 ** This option overrides the "binary-glob" setting.
818 **
819 ** Options:
820 ** --binary PATTERN Treat files that match the glob PATTERN
821 ** as binary
822 ** --branch BRANCH Show diff of all changes on BRANCH
823 ** --brief Show filenames only
824 ** --checkin VERSION Show diff of all changes in VERSION
825 ** --command PROG External diff program. Overrides "diff-command"
826 ** --context|-c N Use N lines of context
827 ** --diff-binary BOOL Include binary files with external commands
828 ** --exec-abs-paths Force absolute path names on external commands
829 ** --exec-rel-paths Force relative path names on external commands
830 ** --from|-r VERSION Select VERSION as source for the diff
831 ** --internal|-i Use internal diff logic
832 ** --new-file|-N Show complete text of added and deleted files
833 ** --numstat Show only the number of lines delete and added
834 ** --side-by-side|-y Side-by-side diff
835 ** --strip-trailing-cr Strip trailing CR
836 ** --tclsh PATH Tcl/Tk used for --tk (default: "tclsh")
837 ** --tk Launch a Tcl/Tk GUI for display
838 ** --to VERSION Select VERSION as target for the diff
839 ** --undo Diff against the "undo" buffer
840 ** --unified Unified diff
841 ** -v|--verbose Output complete text of added or deleted files
842 ** -w|--ignore-all-space Ignore white space when comparing lines
843 ** -W|--width N Width of lines in side-by-side diff
844 ** -Z|--ignore-trailing-space Ignore changes to end-of-line whitespace
845 */
846 void diff_cmd(void){
847 int isGDiff; /* True for gdiff. False for normal diff */
848 int isInternDiff; /* True for internal diff */
849 int verboseFlag; /* True if -v or --verbose flag is used */
850
+3 -4
--- src/finfo.c
+++ src/finfo.c
@@ -44,19 +44,18 @@
4444
** -b|--brief display a brief (one line / revision) summary
4545
** --case-sensitive B Enable or disable case-sensitive filenames. B is a
4646
** boolean: "yes", "no", "true", "false", etc.
4747
** -l|--log select log mode (the default)
4848
** -n|--limit N Display the first N changes (default unlimited).
49
-** N<=0 means no limit.
49
+** N less than 0 means no limit.
5050
** --offset P skip P changes
5151
** -p|--print select print mode
5252
** -r|--revision R print the given revision (or ckout, if none is given)
5353
** to stdout (only in print mode)
5454
** -s|--status select status mode (print a status indicator for FILE)
55
-** -W|--width <num> Width of lines (default is to auto-detect). Must be
56
-** >22 or 0 (= no limit, resulting in a single line per
57
-** entry).
55
+** -W|--width N Width of lines (default is to auto-detect). Must be
56
+** more than 22 or else 0 to indicate no limit.
5857
**
5958
** See also: [[artifact]], [[cat]], [[descendants]], [[info]], [[leaves]]
6059
*/
6160
void finfo_cmd(void){
6261
db_must_be_within_tree();
6362
--- src/finfo.c
+++ src/finfo.c
@@ -44,19 +44,18 @@
44 ** -b|--brief display a brief (one line / revision) summary
45 ** --case-sensitive B Enable or disable case-sensitive filenames. B is a
46 ** boolean: "yes", "no", "true", "false", etc.
47 ** -l|--log select log mode (the default)
48 ** -n|--limit N Display the first N changes (default unlimited).
49 ** N<=0 means no limit.
50 ** --offset P skip P changes
51 ** -p|--print select print mode
52 ** -r|--revision R print the given revision (or ckout, if none is given)
53 ** to stdout (only in print mode)
54 ** -s|--status select status mode (print a status indicator for FILE)
55 ** -W|--width <num> Width of lines (default is to auto-detect). Must be
56 ** >22 or 0 (= no limit, resulting in a single line per
57 ** entry).
58 **
59 ** See also: [[artifact]], [[cat]], [[descendants]], [[info]], [[leaves]]
60 */
61 void finfo_cmd(void){
62 db_must_be_within_tree();
63
--- src/finfo.c
+++ src/finfo.c
@@ -44,19 +44,18 @@
44 ** -b|--brief display a brief (one line / revision) summary
45 ** --case-sensitive B Enable or disable case-sensitive filenames. B is a
46 ** boolean: "yes", "no", "true", "false", etc.
47 ** -l|--log select log mode (the default)
48 ** -n|--limit N Display the first N changes (default unlimited).
49 ** N less than 0 means no limit.
50 ** --offset P skip P changes
51 ** -p|--print select print mode
52 ** -r|--revision R print the given revision (or ckout, if none is given)
53 ** to stdout (only in print mode)
54 ** -s|--status select status mode (print a status indicator for FILE)
55 ** -W|--width N Width of lines (default is to auto-detect). Must be
56 ** more than 22 or else 0 to indicate no limit.
 
57 **
58 ** See also: [[artifact]], [[cat]], [[descendants]], [[info]], [[leaves]]
59 */
60 void finfo_cmd(void){
61 db_must_be_within_tree();
62
+1 -1
--- src/lookslike.c
+++ src/lookslike.c
@@ -400,11 +400,11 @@
400400
** COMMAND: test-looks-like-utf
401401
**
402402
** Usage: %fossil test-looks-like-utf FILENAME
403403
**
404404
** Options:
405
-** -n|--limit <num> Repeat looks-like function <num> times, for
405
+** -n|--limit N Repeat looks-like function N times, for
406406
** performance measurement. Default = 1;
407407
** --utf8 Ignoring BOM and file size, force UTF-8 checking
408408
** --utf16 Ignoring BOM and file size, force UTF-16 checking
409409
**
410410
** FILENAME is the name of a file to check for textual content in the UTF-8
411411
--- src/lookslike.c
+++ src/lookslike.c
@@ -400,11 +400,11 @@
400 ** COMMAND: test-looks-like-utf
401 **
402 ** Usage: %fossil test-looks-like-utf FILENAME
403 **
404 ** Options:
405 ** -n|--limit <num> Repeat looks-like function <num> times, for
406 ** performance measurement. Default = 1;
407 ** --utf8 Ignoring BOM and file size, force UTF-8 checking
408 ** --utf16 Ignoring BOM and file size, force UTF-16 checking
409 **
410 ** FILENAME is the name of a file to check for textual content in the UTF-8
411
--- src/lookslike.c
+++ src/lookslike.c
@@ -400,11 +400,11 @@
400 ** COMMAND: test-looks-like-utf
401 **
402 ** Usage: %fossil test-looks-like-utf FILENAME
403 **
404 ** Options:
405 ** -n|--limit N Repeat looks-like function N times, for
406 ** performance measurement. Default = 1;
407 ** --utf8 Ignoring BOM and file size, force UTF-8 checking
408 ** --utf16 Ignoring BOM and file size, force UTF-16 checking
409 **
410 ** FILENAME is the name of a file to check for textual content in the UTF-8
411
+1 -1
--- src/stash.c
+++ src/stash.c
@@ -523,11 +523,11 @@
523523
** are listed, then only stash and revert the named files. The
524524
** "save" verb can be omitted if and only if there are no other
525525
** arguments. The "snapshot" verb works the same as "save" but
526526
** omits the revert, keeping the checkout unchanged.
527527
**
528
-** > fossil stash list|ls ?-v|--verbose? ?-W|--width <num>?
528
+** > fossil stash list|ls ?-v|--verbose? ?-W|--width NUM?
529529
**
530530
** List all changes sets currently stashed. Show information about
531531
** individual files in each changeset if -v or --verbose is used.
532532
**
533533
** > fossil stash show|cat ?STASHID? ?DIFF-OPTIONS?
534534
--- src/stash.c
+++ src/stash.c
@@ -523,11 +523,11 @@
523 ** are listed, then only stash and revert the named files. The
524 ** "save" verb can be omitted if and only if there are no other
525 ** arguments. The "snapshot" verb works the same as "save" but
526 ** omits the revert, keeping the checkout unchanged.
527 **
528 ** > fossil stash list|ls ?-v|--verbose? ?-W|--width <num>?
529 **
530 ** List all changes sets currently stashed. Show information about
531 ** individual files in each changeset if -v or --verbose is used.
532 **
533 ** > fossil stash show|cat ?STASHID? ?DIFF-OPTIONS?
534
--- src/stash.c
+++ src/stash.c
@@ -523,11 +523,11 @@
523 ** are listed, then only stash and revert the named files. The
524 ** "save" verb can be omitted if and only if there are no other
525 ** arguments. The "snapshot" verb works the same as "save" but
526 ** omits the revert, keeping the checkout unchanged.
527 **
528 ** > fossil stash list|ls ?-v|--verbose? ?-W|--width NUM?
529 **
530 ** List all changes sets currently stashed. Show information about
531 ** individual files in each changeset if -v or --verbose is used.
532 **
533 ** > fossil stash show|cat ?STASHID? ?DIFF-OPTIONS?
534
+4 -3
--- src/timeline.c
+++ src/timeline.c
@@ -2858,13 +2858,14 @@
28582858
** t = tickets only
28592859
** w = wiki commits only
28602860
** -v|--verbose Output the list of files changed by each commit
28612861
** and the type of each change (edited, deleted,
28622862
** etc.) after the check-in comment.
2863
-** -W|--width <num> Width of lines (default is to auto-detect). Must be
2864
-** >20 or 0 (= no limit, resulting in a single line per
2865
-** entry).
2863
+** -W|--width N Width of lines (default is to auto-detect). N must be
2864
+** either greater than 20 or it ust be zero 0 to
2865
+** indicate no limit, resulting in a single line per
2866
+** entry.
28662867
** -R REPO_FILE Specifies the repository db to use. Default is
28672868
** the current checkout's repository.
28682869
*/
28692870
void timeline_cmd(void){
28702871
Stmt q;
28712872
--- src/timeline.c
+++ src/timeline.c
@@ -2858,13 +2858,14 @@
2858 ** t = tickets only
2859 ** w = wiki commits only
2860 ** -v|--verbose Output the list of files changed by each commit
2861 ** and the type of each change (edited, deleted,
2862 ** etc.) after the check-in comment.
2863 ** -W|--width <num> Width of lines (default is to auto-detect). Must be
2864 ** >20 or 0 (= no limit, resulting in a single line per
2865 ** entry).
 
2866 ** -R REPO_FILE Specifies the repository db to use. Default is
2867 ** the current checkout's repository.
2868 */
2869 void timeline_cmd(void){
2870 Stmt q;
2871
--- src/timeline.c
+++ src/timeline.c
@@ -2858,13 +2858,14 @@
2858 ** t = tickets only
2859 ** w = wiki commits only
2860 ** -v|--verbose Output the list of files changed by each commit
2861 ** and the type of each change (edited, deleted,
2862 ** etc.) after the check-in comment.
2863 ** -W|--width N Width of lines (default is to auto-detect). N must be
2864 ** either greater than 20 or it ust be zero 0 to
2865 ** indicate no limit, resulting in a single line per
2866 ** entry.
2867 ** -R REPO_FILE Specifies the repository db to use. Default is
2868 ** the current checkout's repository.
2869 */
2870 void timeline_cmd(void){
2871 Stmt q;
2872

Keyboard Shortcuts

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