Fossil SCM
Fix some inaccurate comments.
Commit
af50114075d559d7f762437dc64bec539660a331
Parent
55f7ec6c5d0e338…
1 file changed
+2
-2
+2
-2
| --- src/add.c | ||
| +++ src/add.c | ||
| @@ -33,11 +33,11 @@ | ||
| 33 | 33 | ** the "move-files" setting will be consulted instead of using |
| 34 | 34 | ** this value. |
| 35 | 35 | ** |
| 36 | 36 | ** To retain the Fossil version 1.x behavior when using Fossil 2.x, |
| 37 | 37 | ** the FOSSIL_ENABLE_LEGACY_MV_RM compile-time option must be used |
| 38 | -** -AND- the "move-files" setting must be set to non-zero. | |
| 38 | +** -AND- the "move-files" setting must be set to zero. | |
| 39 | 39 | */ |
| 40 | 40 | #ifndef FOSSIL_MV_CHECKOUT_FILE_ON_MV |
| 41 | 41 | #define FOSSIL_MV_CHECKOUT_FILE_ON_MV (0) |
| 42 | 42 | #endif |
| 43 | 43 | |
| @@ -50,11 +50,11 @@ | ||
| 50 | 50 | ** the "remove-files" setting will be consulted instead of using |
| 51 | 51 | ** this value. |
| 52 | 52 | ** |
| 53 | 53 | ** To retain the Fossil version 1.x behavior when using Fossil 2.x, |
| 54 | 54 | ** the FOSSIL_ENABLE_LEGACY_MV_RM compile-time option must be used |
| 55 | -** -AND- the "move-files" setting must be set to non-zero. | |
| 55 | +** -AND- the "remove-files" setting must be set to zero. | |
| 56 | 56 | */ |
| 57 | 57 | #ifndef FOSSIL_RM_CHECKOUT_FILE_ON_RM |
| 58 | 58 | #define FOSSIL_RM_CHECKOUT_FILE_ON_RM (0) |
| 59 | 59 | #endif |
| 60 | 60 | |
| 61 | 61 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -33,11 +33,11 @@ | |
| 33 | ** the "move-files" setting will be consulted instead of using |
| 34 | ** this value. |
| 35 | ** |
| 36 | ** To retain the Fossil version 1.x behavior when using Fossil 2.x, |
| 37 | ** the FOSSIL_ENABLE_LEGACY_MV_RM compile-time option must be used |
| 38 | ** -AND- the "move-files" setting must be set to non-zero. |
| 39 | */ |
| 40 | #ifndef FOSSIL_MV_CHECKOUT_FILE_ON_MV |
| 41 | #define FOSSIL_MV_CHECKOUT_FILE_ON_MV (0) |
| 42 | #endif |
| 43 | |
| @@ -50,11 +50,11 @@ | |
| 50 | ** the "remove-files" setting will be consulted instead of using |
| 51 | ** this value. |
| 52 | ** |
| 53 | ** To retain the Fossil version 1.x behavior when using Fossil 2.x, |
| 54 | ** the FOSSIL_ENABLE_LEGACY_MV_RM compile-time option must be used |
| 55 | ** -AND- the "move-files" setting must be set to non-zero. |
| 56 | */ |
| 57 | #ifndef FOSSIL_RM_CHECKOUT_FILE_ON_RM |
| 58 | #define FOSSIL_RM_CHECKOUT_FILE_ON_RM (0) |
| 59 | #endif |
| 60 | |
| 61 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -33,11 +33,11 @@ | |
| 33 | ** the "move-files" setting will be consulted instead of using |
| 34 | ** this value. |
| 35 | ** |
| 36 | ** To retain the Fossil version 1.x behavior when using Fossil 2.x, |
| 37 | ** the FOSSIL_ENABLE_LEGACY_MV_RM compile-time option must be used |
| 38 | ** -AND- the "move-files" setting must be set to zero. |
| 39 | */ |
| 40 | #ifndef FOSSIL_MV_CHECKOUT_FILE_ON_MV |
| 41 | #define FOSSIL_MV_CHECKOUT_FILE_ON_MV (0) |
| 42 | #endif |
| 43 | |
| @@ -50,11 +50,11 @@ | |
| 50 | ** the "remove-files" setting will be consulted instead of using |
| 51 | ** this value. |
| 52 | ** |
| 53 | ** To retain the Fossil version 1.x behavior when using Fossil 2.x, |
| 54 | ** the FOSSIL_ENABLE_LEGACY_MV_RM compile-time option must be used |
| 55 | ** -AND- the "remove-files" setting must be set to zero. |
| 56 | */ |
| 57 | #ifndef FOSSIL_RM_CHECKOUT_FILE_ON_RM |
| 58 | #define FOSSIL_RM_CHECKOUT_FILE_ON_RM (0) |
| 59 | #endif |
| 60 | |
| 61 |