Fossil SCM
Send the parent-project-name and parent-project-code configurations when syncing the project configurations.
Commit
08e65c2bb1e16c011a9594e2a9626234d9adabe2
Parent
085bfaeec7d85ec…
1 file changed
+2
+2
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -126,10 +126,12 @@ | ||
| 126 | 126 | { "crnl-glob", CONFIGSET_PROJ }, |
| 127 | 127 | { "encoding-glob", CONFIGSET_PROJ }, |
| 128 | 128 | { "empty-dirs", CONFIGSET_PROJ }, |
| 129 | 129 | { "allow-symlinks", CONFIGSET_PROJ }, |
| 130 | 130 | { "dotfiles", CONFIGSET_PROJ }, |
| 131 | + { "parent-project-code", CONFIGSET_PROJ }, | |
| 132 | + { "parent-project-name", CONFIGSET_PROJ }, | |
| 131 | 133 | |
| 132 | 134 | #ifdef FOSSIL_ENABLE_LEGACY_MV_RM |
| 133 | 135 | { "mv-rm-files", CONFIGSET_PROJ }, |
| 134 | 136 | #endif |
| 135 | 137 | |
| 136 | 138 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -126,10 +126,12 @@ | |
| 126 | { "crnl-glob", CONFIGSET_PROJ }, |
| 127 | { "encoding-glob", CONFIGSET_PROJ }, |
| 128 | { "empty-dirs", CONFIGSET_PROJ }, |
| 129 | { "allow-symlinks", CONFIGSET_PROJ }, |
| 130 | { "dotfiles", CONFIGSET_PROJ }, |
| 131 | |
| 132 | #ifdef FOSSIL_ENABLE_LEGACY_MV_RM |
| 133 | { "mv-rm-files", CONFIGSET_PROJ }, |
| 134 | #endif |
| 135 | |
| 136 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -126,10 +126,12 @@ | |
| 126 | { "crnl-glob", CONFIGSET_PROJ }, |
| 127 | { "encoding-glob", CONFIGSET_PROJ }, |
| 128 | { "empty-dirs", CONFIGSET_PROJ }, |
| 129 | { "allow-symlinks", CONFIGSET_PROJ }, |
| 130 | { "dotfiles", CONFIGSET_PROJ }, |
| 131 | { "parent-project-code", CONFIGSET_PROJ }, |
| 132 | { "parent-project-name", CONFIGSET_PROJ }, |
| 133 | |
| 134 | #ifdef FOSSIL_ENABLE_LEGACY_MV_RM |
| 135 | { "mv-rm-files", CONFIGSET_PROJ }, |
| 136 | #endif |
| 137 | |
| 138 |