Fossil SCM

Update a comment due to changes in the purpose of Fossil 2.x. No changes to code.

drh 2017-12-02 13:00 symlink-refactor
Commit 244b84b809fc4734a318a06db5751594644c79cdde581bb8681fa2671713713c
1 file changed +3 -3
+3 -3
--- src/add.c
+++ src/add.c
@@ -23,20 +23,20 @@
2323
#include <assert.h>
2424
#include <dirent.h>
2525
#include "cygsup.h"
2626
2727
/*
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,
3030
** files in the checkout will not be moved by the "mv" command and
3131
** files in the checkout will not be removed by the "rm" command.
3232
**
3333
** If the FOSSIL_ENABLE_LEGACY_MV_RM compile-time option is used,
3434
** the "mv-rm-files" setting will be consulted instead of using
3535
** this value.
3636
**
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
3838
** the FOSSIL_ENABLE_LEGACY_MV_RM compile-time option must be used
3939
** -AND- the "mv-rm-files" setting must be set to zero.
4040
*/
4141
#ifndef FOSSIL_MV_RM_FILE
4242
#define FOSSIL_MV_RM_FILE (0)
4343
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button