Fossil SCM
Rollback the change that converted the "manifest" setting to unversioned, as Stephan points out that maybe it does work after all.
Commit
e8dc1dfe0e9a164726896358b6c86e087fc7b4b791d6ed7725d8e35dc212f5b8
Parent
dc21949fa309142…
2 files changed
+1
-1
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -4855,11 +4855,11 @@ | ||
| 4855 | 4855 | /* |
| 4856 | 4856 | ** SETTING: main-branch width=40 default=trunk |
| 4857 | 4857 | ** The value is the primary branch for the project. |
| 4858 | 4858 | */ |
| 4859 | 4859 | /* |
| 4860 | -** SETTING: manifest width=5 | |
| 4860 | +** SETTING: manifest width=5 versionable | |
| 4861 | 4861 | ** If enabled, automatically create files "manifest" and "manifest.uuid" |
| 4862 | 4862 | ** in every check-out. |
| 4863 | 4863 | ** |
| 4864 | 4864 | ** Optionally use combinations of characters 'r' for "manifest", |
| 4865 | 4865 | ** 'u' for "manifest.uuid" and 't' for "manifest.tags". The SQLite |
| 4866 | 4866 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -4855,11 +4855,11 @@ | |
| 4855 | /* |
| 4856 | ** SETTING: main-branch width=40 default=trunk |
| 4857 | ** The value is the primary branch for the project. |
| 4858 | */ |
| 4859 | /* |
| 4860 | ** SETTING: manifest width=5 |
| 4861 | ** If enabled, automatically create files "manifest" and "manifest.uuid" |
| 4862 | ** in every check-out. |
| 4863 | ** |
| 4864 | ** Optionally use combinations of characters 'r' for "manifest", |
| 4865 | ** 'u' for "manifest.uuid" and 't' for "manifest.tags". The SQLite |
| 4866 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -4855,11 +4855,11 @@ | |
| 4855 | /* |
| 4856 | ** SETTING: main-branch width=40 default=trunk |
| 4857 | ** The value is the primary branch for the project. |
| 4858 | */ |
| 4859 | /* |
| 4860 | ** SETTING: manifest width=5 versionable |
| 4861 | ** If enabled, automatically create files "manifest" and "manifest.uuid" |
| 4862 | ** in every check-out. |
| 4863 | ** |
| 4864 | ** Optionally use combinations of characters 'r' for "manifest", |
| 4865 | ** 'u' for "manifest.uuid" and 't' for "manifest.tags". The SQLite |
| 4866 |
+1
-1
| --- www/settings.wiki | ||
| +++ www/settings.wiki | ||
| @@ -35,11 +35,11 @@ | ||
| 35 | 35 | |
| 36 | 36 | However, for historical reasons, some settings affect how you work with |
| 37 | 37 | versioned files. These are <tt>clean-glob</tt>, <tt>binary-glob</tt>, |
| 38 | 38 | <tt>crlf-glob</tt> (and its alias <tt>crnl-glob</tt>), <tt>empty-dirs</tt>, |
| 39 | 39 | <tt>encoding-glob</tt>, <tt>ignore-glob</tt>, <tt>keep-glob</tt>, |
| 40 | -and <tt>mimetypes</tt>. The most important is | |
| 40 | +<tt>manifest</tt>, and <tt>mimetypes</tt>. The most important is | |
| 41 | 41 | <tt>ignore-glob</tt> which specifies which files should be ignored when |
| 42 | 42 | looking for unmanaged files with the <tt>extras</tt> command. |
| 43 | 43 | |
| 44 | 44 | Because these options can change over time, and the inconvenience of |
| 45 | 45 | replicating changes, these settings are "versionable". As well as being |
| 46 | 46 |
| --- www/settings.wiki | |
| +++ www/settings.wiki | |
| @@ -35,11 +35,11 @@ | |
| 35 | |
| 36 | However, for historical reasons, some settings affect how you work with |
| 37 | versioned files. These are <tt>clean-glob</tt>, <tt>binary-glob</tt>, |
| 38 | <tt>crlf-glob</tt> (and its alias <tt>crnl-glob</tt>), <tt>empty-dirs</tt>, |
| 39 | <tt>encoding-glob</tt>, <tt>ignore-glob</tt>, <tt>keep-glob</tt>, |
| 40 | and <tt>mimetypes</tt>. The most important is |
| 41 | <tt>ignore-glob</tt> which specifies which files should be ignored when |
| 42 | looking for unmanaged files with the <tt>extras</tt> command. |
| 43 | |
| 44 | Because these options can change over time, and the inconvenience of |
| 45 | replicating changes, these settings are "versionable". As well as being |
| 46 |
| --- www/settings.wiki | |
| +++ www/settings.wiki | |
| @@ -35,11 +35,11 @@ | |
| 35 | |
| 36 | However, for historical reasons, some settings affect how you work with |
| 37 | versioned files. These are <tt>clean-glob</tt>, <tt>binary-glob</tt>, |
| 38 | <tt>crlf-glob</tt> (and its alias <tt>crnl-glob</tt>), <tt>empty-dirs</tt>, |
| 39 | <tt>encoding-glob</tt>, <tt>ignore-glob</tt>, <tt>keep-glob</tt>, |
| 40 | <tt>manifest</tt>, and <tt>mimetypes</tt>. The most important is |
| 41 | <tt>ignore-glob</tt> which specifies which files should be ignored when |
| 42 | looking for unmanaged files with the <tt>extras</tt> command. |
| 43 | |
| 44 | Because these options can change over time, and the inconvenience of |
| 45 | replicating changes, these settings are "versionable". As well as being |
| 46 |