Fossil SCM
Update a comment due to changes in the purpose of Fossil 2.x. No changes to code.
Commit
244b84b809fc4734a318a06db5751594644c79cdde581bb8681fa2671713713c
Parent
b2594738460036b…
1 file changed
+3
-3
+3
-3
| --- src/add.c | ||
| +++ src/add.c | ||
| @@ -23,20 +23,20 @@ | ||
| 23 | 23 | #include <assert.h> |
| 24 | 24 | #include <dirent.h> |
| 25 | 25 | #include "cygsup.h" |
| 26 | 26 | |
| 27 | 27 | /* |
| 28 | -** WARNING: For Fossil version 1.x this value was always zero. For Fossil | |
| 29 | -** 2.x, it will probably always be one. When this value is zero, | |
| 28 | +** WARNING: For Fossil version x.x this value was always zero. For Fossil-NG | |
| 29 | +** it will probably always be one. When this value is zero, | |
| 30 | 30 | ** files in the checkout will not be moved by the "mv" command and |
| 31 | 31 | ** files in the checkout will not be removed by the "rm" command. |
| 32 | 32 | ** |
| 33 | 33 | ** If the FOSSIL_ENABLE_LEGACY_MV_RM compile-time option is used, |
| 34 | 34 | ** the "mv-rm-files" setting will be consulted instead of using |
| 35 | 35 | ** this value. |
| 36 | 36 | ** |
| 37 | -** To retain the Fossil version 1.x behavior when using Fossil 2.x, | |
| 37 | +** To retain the Fossil version 2.x behavior when using Fossil-NG | |
| 38 | 38 | ** the FOSSIL_ENABLE_LEGACY_MV_RM compile-time option must be used |
| 39 | 39 | ** -AND- the "mv-rm-files" setting must be set to zero. |
| 40 | 40 | */ |
| 41 | 41 | #ifndef FOSSIL_MV_RM_FILE |
| 42 | 42 | #define FOSSIL_MV_RM_FILE (0) |
| 43 | 43 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -23,20 +23,20 @@ | |
| 23 | #include <assert.h> |
| 24 | #include <dirent.h> |
| 25 | #include "cygsup.h" |
| 26 | |
| 27 | /* |
| 28 | ** WARNING: For Fossil version 1.x this value was always zero. For Fossil |
| 29 | ** 2.x, it will probably always be one. When this value is zero, |
| 30 | ** files in the checkout will not be moved by the "mv" command and |
| 31 | ** files in the checkout will not be removed by the "rm" command. |
| 32 | ** |
| 33 | ** If the FOSSIL_ENABLE_LEGACY_MV_RM compile-time option is used, |
| 34 | ** the "mv-rm-files" setting will be consulted instead of using |
| 35 | ** this value. |
| 36 | ** |
| 37 | ** To retain the Fossil version 1.x behavior when using Fossil 2.x, |
| 38 | ** the FOSSIL_ENABLE_LEGACY_MV_RM compile-time option must be used |
| 39 | ** -AND- the "mv-rm-files" setting must be set to zero. |
| 40 | */ |
| 41 | #ifndef FOSSIL_MV_RM_FILE |
| 42 | #define FOSSIL_MV_RM_FILE (0) |
| 43 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -23,20 +23,20 @@ | |
| 23 | #include <assert.h> |
| 24 | #include <dirent.h> |
| 25 | #include "cygsup.h" |
| 26 | |
| 27 | /* |
| 28 | ** WARNING: For Fossil version x.x this value was always zero. For Fossil-NG |
| 29 | ** it will probably always be one. When this value is zero, |
| 30 | ** files in the checkout will not be moved by the "mv" command and |
| 31 | ** files in the checkout will not be removed by the "rm" command. |
| 32 | ** |
| 33 | ** If the FOSSIL_ENABLE_LEGACY_MV_RM compile-time option is used, |
| 34 | ** the "mv-rm-files" setting will be consulted instead of using |
| 35 | ** this value. |
| 36 | ** |
| 37 | ** To retain the Fossil version 2.x behavior when using Fossil-NG |
| 38 | ** the FOSSIL_ENABLE_LEGACY_MV_RM compile-time option must be used |
| 39 | ** -AND- the "mv-rm-files" setting must be set to zero. |
| 40 | */ |
| 41 | #ifndef FOSSIL_MV_RM_FILE |
| 42 | #define FOSSIL_MV_RM_FILE (0) |
| 43 |