Fossil SCM
Bring back some help text for 'fossil grep' removed in [9c2080a360].
Commit
60a28a8d898224ea30776164564642db1c36eb9c6cd4478da66765fe42d1d865
Parent
e5bc762d4056962…
1 file changed
+2
-2
+2
-2
| --- src/regexp.c | ||
| +++ src/regexp.c | ||
| @@ -795,12 +795,12 @@ | ||
| 795 | 795 | /* |
| 796 | 796 | ** COMMAND: grep |
| 797 | 797 | ** |
| 798 | 798 | ** Usage: %fossil grep [OPTIONS] PATTERN FILENAME ... |
| 799 | 799 | ** |
| 800 | -** Attempt to match the given POSIX extended regular expression PATTERN | |
| 801 | -** historic versions of FILENAME. The search begins with the most recent | |
| 800 | +** Attempt to match the given POSIX extended regular expression PATTERN over | |
| 801 | +** all historic versions of FILENAME. The search begins with the most recent | |
| 802 | 802 | ** version of the file and moves backwards in time. Multiple FILENAMEs can |
| 803 | 803 | ** be specified, in which case all named files are searched in reverse |
| 804 | 804 | ** chronological order. |
| 805 | 805 | ** |
| 806 | 806 | ** For details of the supported regular expression dialect, see |
| 807 | 807 |
| --- src/regexp.c | |
| +++ src/regexp.c | |
| @@ -795,12 +795,12 @@ | |
| 795 | /* |
| 796 | ** COMMAND: grep |
| 797 | ** |
| 798 | ** Usage: %fossil grep [OPTIONS] PATTERN FILENAME ... |
| 799 | ** |
| 800 | ** Attempt to match the given POSIX extended regular expression PATTERN |
| 801 | ** historic versions of FILENAME. The search begins with the most recent |
| 802 | ** version of the file and moves backwards in time. Multiple FILENAMEs can |
| 803 | ** be specified, in which case all named files are searched in reverse |
| 804 | ** chronological order. |
| 805 | ** |
| 806 | ** For details of the supported regular expression dialect, see |
| 807 |
| --- src/regexp.c | |
| +++ src/regexp.c | |
| @@ -795,12 +795,12 @@ | |
| 795 | /* |
| 796 | ** COMMAND: grep |
| 797 | ** |
| 798 | ** Usage: %fossil grep [OPTIONS] PATTERN FILENAME ... |
| 799 | ** |
| 800 | ** Attempt to match the given POSIX extended regular expression PATTERN over |
| 801 | ** all historic versions of FILENAME. The search begins with the most recent |
| 802 | ** version of the file and moves backwards in time. Multiple FILENAMEs can |
| 803 | ** be specified, in which case all named files are searched in reverse |
| 804 | ** chronological order. |
| 805 | ** |
| 806 | ** For details of the supported regular expression dialect, see |
| 807 |