Fossil SCM
Back out check-in [a52c3e1256288c7d]. Perhaps the "test-move-repository" command should be promoted to a supported and documented command, but I don't think "local-repo" is the correct name, and in any event, the command needs additional work before it is given first-class status. For example, typing "fossil local-repo" without the 3rd term should show the current repository, not give an error.
Commit
aa3f554cff43ea49e22e6a4d46d1a0afde3201948df8cf99f59e316940054325
Parent
1c88ed9bec7fa4f…
1 file changed
+2
-2
M
src/db.c
+2
-2
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -1845,13 +1845,13 @@ | ||
| 1845 | 1845 | } |
| 1846 | 1846 | } |
| 1847 | 1847 | |
| 1848 | 1848 | |
| 1849 | 1849 | /* |
| 1850 | -** COMMAND: local-repo | |
| 1850 | +** COMMAND: test-move-repository | |
| 1851 | 1851 | ** |
| 1852 | -** Usage: %fossil local-repo PATHNAME | |
| 1852 | +** Usage: %fossil test-move-repository PATHNAME | |
| 1853 | 1853 | ** |
| 1854 | 1854 | ** Change the location of the repository database on a local check-out. |
| 1855 | 1855 | ** Use this command to avoid having to close and reopen a checkout |
| 1856 | 1856 | ** when relocating the repository database. |
| 1857 | 1857 | */ |
| 1858 | 1858 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1845,13 +1845,13 @@ | |
| 1845 | } |
| 1846 | } |
| 1847 | |
| 1848 | |
| 1849 | /* |
| 1850 | ** COMMAND: local-repo |
| 1851 | ** |
| 1852 | ** Usage: %fossil local-repo PATHNAME |
| 1853 | ** |
| 1854 | ** Change the location of the repository database on a local check-out. |
| 1855 | ** Use this command to avoid having to close and reopen a checkout |
| 1856 | ** when relocating the repository database. |
| 1857 | */ |
| 1858 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1845,13 +1845,13 @@ | |
| 1845 | } |
| 1846 | } |
| 1847 | |
| 1848 | |
| 1849 | /* |
| 1850 | ** COMMAND: test-move-repository |
| 1851 | ** |
| 1852 | ** Usage: %fossil test-move-repository PATHNAME |
| 1853 | ** |
| 1854 | ** Change the location of the repository database on a local check-out. |
| 1855 | ** Use this command to avoid having to close and reopen a checkout |
| 1856 | ** when relocating the repository database. |
| 1857 | */ |
| 1858 |