Fossil SCM
Tidied up language in add.c.
Commit
3d2f1886a3e0d8309bfa4c90f183a67f8c20379bcc5445c31b33a9743bc2fc59
Parent
a718a7689409c5d…
1 file changed
+1
-2
+1
-2
| --- src/add.c | ||
| +++ src/add.c | ||
| @@ -753,12 +753,11 @@ | ||
| 753 | 753 | ** |
| 754 | 754 | ** * All files in the repository but missing from the check-out (that is, |
| 755 | 755 | ** all files that show as MISSING with the "status" command) are |
| 756 | 756 | ** removed as if by the "[[rm]]" command. |
| 757 | 757 | ** |
| 758 | -** The command does not "[[commit]]". You must run the "[[commit]]" separately | |
| 759 | -** as a separate step. | |
| 758 | +** Note that this command does not "commit", as that is a separate step. | |
| 760 | 759 | ** |
| 761 | 760 | ** Files and directories whose names begin with "." are ignored unless |
| 762 | 761 | ** the --dotfiles option is used. |
| 763 | 762 | ** |
| 764 | 763 | ** The --ignore option overrides the "ignore-glob" setting, as do the |
| 765 | 764 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -753,12 +753,11 @@ | |
| 753 | ** |
| 754 | ** * All files in the repository but missing from the check-out (that is, |
| 755 | ** all files that show as MISSING with the "status" command) are |
| 756 | ** removed as if by the "[[rm]]" command. |
| 757 | ** |
| 758 | ** The command does not "[[commit]]". You must run the "[[commit]]" separately |
| 759 | ** as a separate step. |
| 760 | ** |
| 761 | ** Files and directories whose names begin with "." are ignored unless |
| 762 | ** the --dotfiles option is used. |
| 763 | ** |
| 764 | ** The --ignore option overrides the "ignore-glob" setting, as do the |
| 765 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -753,12 +753,11 @@ | |
| 753 | ** |
| 754 | ** * All files in the repository but missing from the check-out (that is, |
| 755 | ** all files that show as MISSING with the "status" command) are |
| 756 | ** removed as if by the "[[rm]]" command. |
| 757 | ** |
| 758 | ** Note that this command does not "commit", as that is a separate step. |
| 759 | ** |
| 760 | ** Files and directories whose names begin with "." are ignored unless |
| 761 | ** the --dotfiles option is used. |
| 762 | ** |
| 763 | ** The --ignore option overrides the "ignore-glob" setting, as do the |
| 764 |