Fossil SCM
Fix HTML formatting issues with a few built-in help pages.
Commit
11384f1874f245a389147144d181ce936ac867275a0491503c22d4f84c4e0e8f
Parent
3a1d3cc2dc9e566…
9 files changed
+3
-3
+1
-1
+1
-1
+6
-6
+25
-24
+3
-4
+1
-1
+1
-1
+4
-3
+3
-3
| --- src/add.c | ||
| +++ src/add.c | ||
| @@ -551,11 +551,11 @@ | ||
| 551 | 551 | ** |
| 552 | 552 | ** Options: |
| 553 | 553 | ** --soft Skip removing files from the checkout. |
| 554 | 554 | ** This supersedes the --hard option. |
| 555 | 555 | ** --hard Remove files from the checkout. |
| 556 | -** --case-sensitive <BOOL> Override the case-sensitive setting. | |
| 556 | +** --case-sensitive BOOL Override the case-sensitive setting. | |
| 557 | 557 | ** -n|--dry-run If given, display instead of run actions. |
| 558 | 558 | ** --reset Reset the DELETED state of a checkout, such |
| 559 | 559 | ** that all newly-rm'd (but not yet committed) |
| 560 | 560 | ** files are no longer removed. No flags other |
| 561 | 561 | ** than --verbose or --dry-run may be used with |
| @@ -653,11 +653,11 @@ | ||
| 653 | 653 | ** the case-sensitive setting is undefined, then case sensitivity |
| 654 | 654 | ** defaults off for Cygwin, Mac and Windows and on for all other unix. |
| 655 | 655 | ** If case-sensitivity is enabled in the windows kernel, the Cygwin port |
| 656 | 656 | ** of fossil.exe can detect that, and modifies the default to 'on'. |
| 657 | 657 | ** |
| 658 | -** The --case-sensitive <BOOL> command-line option overrides any | |
| 658 | +** The "--case-sensitive BOOL" command-line option overrides any | |
| 659 | 659 | ** setting. |
| 660 | 660 | */ |
| 661 | 661 | int filenames_are_case_sensitive(void){ |
| 662 | 662 | static int caseSensitive; |
| 663 | 663 | static int once = 1; |
| @@ -989,11 +989,11 @@ | ||
| 989 | 989 | ** |
| 990 | 990 | ** Options: |
| 991 | 991 | ** --soft Skip moving files within the checkout. |
| 992 | 992 | ** This supersedes the --hard option. |
| 993 | 993 | ** --hard Move files within the checkout. |
| 994 | -** --case-sensitive <BOOL> Override the case-sensitive setting. | |
| 994 | +** --case-sensitive BOOL Override the case-sensitive setting. | |
| 995 | 995 | ** -n|--dry-run If given, display instead of run actions. |
| 996 | 996 | ** |
| 997 | 997 | ** See also: [[changes]], [[status]] |
| 998 | 998 | */ |
| 999 | 999 | void mv_cmd(void){ |
| 1000 | 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 |
| --- 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 @@ | ||
| 416 | 416 | ** --abs-paths Display absolute pathnames. |
| 417 | 417 | ** --rel-paths Display pathnames relative to the current working |
| 418 | 418 | ** directory. |
| 419 | 419 | ** --hash Verify file status using hashing rather than |
| 420 | 420 | ** relying on file mtimes. |
| 421 | -** --case-sensitive <BOOL> Override case-sensitive setting. | |
| 421 | +** --case-sensitive BOOL Override case-sensitive setting. | |
| 422 | 422 | ** --dotfiles Include unmanaged files beginning with a dot. |
| 423 | 423 | ** --ignore <CSG> Ignore unmanaged files matching CSG glob patterns. |
| 424 | 424 | ** |
| 425 | 425 | ** Options specific to the changes command: |
| 426 | 426 | ** --header Identify the repository if report is non-empty. |
| 427 | 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 |
| --- 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 @@ | ||
| 551 | 551 | ** --wordbreak Attempt to break lines on word boundaries. |
| 552 | 552 | ** --origbreak Attempt to break when the original comment text |
| 553 | 553 | ** is detected. |
| 554 | 554 | ** --indent Number of spaces to indent (default (-1) is to |
| 555 | 555 | ** 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). | |
| 557 | 557 | ** Zero means no limit. |
| 558 | 558 | */ |
| 559 | 559 | void test_comment_format(void){ |
| 560 | 560 | const char *zWidth; |
| 561 | 561 | const char *zIndent; |
| 562 | 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/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 |
+6
-6
| --- src/descendants.c | ||
| +++ src/descendants.c | ||
| @@ -344,13 +344,13 @@ | ||
| 344 | 344 | ** Find all leaf descendants of the check-in specified or if the argument |
| 345 | 345 | ** is omitted, of the check-in currently checked out. |
| 346 | 346 | ** |
| 347 | 347 | ** Options: |
| 348 | 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). | |
| 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 | 352 | ** |
| 353 | 353 | ** See also: [[finfo]], [[info]], [[leaves]] |
| 354 | 354 | */ |
| 355 | 355 | void descendants_cmd(void){ |
| 356 | 356 | Stmt q; |
| @@ -404,13 +404,13 @@ | ||
| 404 | 404 | ** -a|--all show ALL leaves |
| 405 | 405 | ** --bybranch order output by branch name |
| 406 | 406 | ** -c|--closed show only closed leaves |
| 407 | 407 | ** -m|--multiple show only cases with multiple leaves on a single branch |
| 408 | 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). | |
| 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 | 412 | ** |
| 413 | 413 | ** See also: [[descendants]], [[finfo]], [[info]], [[branch]] |
| 414 | 414 | */ |
| 415 | 415 | void leaves_cmd(void){ |
| 416 | 416 | Stmt q; |
| 417 | 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 <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 @@ | ||
| 815 | 815 | ** The "--binary" option causes files matching the glob PATTERN to be treated |
| 816 | 816 | ** as binary when considering if they should be used with external diff program. |
| 817 | 817 | ** This option overrides the "binary-glob" setting. |
| 818 | 818 | ** |
| 819 | 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 | |
| 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 | |
| 844 | 845 | */ |
| 845 | 846 | void diff_cmd(void){ |
| 846 | 847 | int isGDiff; /* True for gdiff. False for normal diff */ |
| 847 | 848 | int isInternDiff; /* True for internal diff */ |
| 848 | 849 | int verboseFlag; /* True if -v or --verbose flag is used */ |
| 849 | 850 |
| --- 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 @@ | ||
| 44 | 44 | ** -b|--brief display a brief (one line / revision) summary |
| 45 | 45 | ** --case-sensitive B Enable or disable case-sensitive filenames. B is a |
| 46 | 46 | ** boolean: "yes", "no", "true", "false", etc. |
| 47 | 47 | ** -l|--log select log mode (the default) |
| 48 | 48 | ** -n|--limit N Display the first N changes (default unlimited). |
| 49 | -** N<=0 means no limit. | |
| 49 | +** N less than 0 means no limit. | |
| 50 | 50 | ** --offset P skip P changes |
| 51 | 51 | ** -p|--print select print mode |
| 52 | 52 | ** -r|--revision R print the given revision (or ckout, if none is given) |
| 53 | 53 | ** to stdout (only in print mode) |
| 54 | 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). | |
| 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. | |
| 58 | 57 | ** |
| 59 | 58 | ** See also: [[artifact]], [[cat]], [[descendants]], [[info]], [[leaves]] |
| 60 | 59 | */ |
| 61 | 60 | void finfo_cmd(void){ |
| 62 | 61 | db_must_be_within_tree(); |
| 63 | 62 |
| --- 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 @@ | ||
| 400 | 400 | ** COMMAND: test-looks-like-utf |
| 401 | 401 | ** |
| 402 | 402 | ** Usage: %fossil test-looks-like-utf FILENAME |
| 403 | 403 | ** |
| 404 | 404 | ** Options: |
| 405 | -** -n|--limit <num> Repeat looks-like function <num> times, for | |
| 405 | +** -n|--limit N Repeat looks-like function N times, for | |
| 406 | 406 | ** performance measurement. Default = 1; |
| 407 | 407 | ** --utf8 Ignoring BOM and file size, force UTF-8 checking |
| 408 | 408 | ** --utf16 Ignoring BOM and file size, force UTF-16 checking |
| 409 | 409 | ** |
| 410 | 410 | ** FILENAME is the name of a file to check for textual content in the UTF-8 |
| 411 | 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 <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 @@ | ||
| 523 | 523 | ** are listed, then only stash and revert the named files. The |
| 524 | 524 | ** "save" verb can be omitted if and only if there are no other |
| 525 | 525 | ** arguments. The "snapshot" verb works the same as "save" but |
| 526 | 526 | ** omits the revert, keeping the checkout unchanged. |
| 527 | 527 | ** |
| 528 | -** > fossil stash list|ls ?-v|--verbose? ?-W|--width <num>? | |
| 528 | +** > fossil stash list|ls ?-v|--verbose? ?-W|--width NUM? | |
| 529 | 529 | ** |
| 530 | 530 | ** List all changes sets currently stashed. Show information about |
| 531 | 531 | ** individual files in each changeset if -v or --verbose is used. |
| 532 | 532 | ** |
| 533 | 533 | ** > fossil stash show|cat ?STASHID? ?DIFF-OPTIONS? |
| 534 | 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 |
| --- 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 @@ | ||
| 2858 | 2858 | ** t = tickets only |
| 2859 | 2859 | ** w = wiki commits only |
| 2860 | 2860 | ** -v|--verbose Output the list of files changed by each commit |
| 2861 | 2861 | ** and the type of each change (edited, deleted, |
| 2862 | 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). | |
| 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. | |
| 2866 | 2867 | ** -R REPO_FILE Specifies the repository db to use. Default is |
| 2867 | 2868 | ** the current checkout's repository. |
| 2868 | 2869 | */ |
| 2869 | 2870 | void timeline_cmd(void){ |
| 2870 | 2871 | Stmt q; |
| 2871 | 2872 |
| --- 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 |