Fossil SCM
Update settings comment about 'dotfiles'. Also, update project URLs in Inno Setup file.
Commit
5358523adbd0d8957eba7f337b7e25d54505ffc8
Parent
fc248d66aad2c23…
2 files changed
+4
-4
+1
+4
-4
| --- setup/fossil.iss | ||
| +++ setup/fossil.iss | ||
| @@ -19,17 +19,17 @@ | ||
| 19 | 19 | AlwaysShowComponentsList=false |
| 20 | 20 | AppCopyright=Copyright (c) D. Richard Hipp. All rights reserved. |
| 21 | 21 | AppID={{f1c25a1f-3954-4e1a-ac36-4314c52f057c} |
| 22 | 22 | AppName=Fossil |
| 23 | 23 | AppPublisher=Fossil Development Team |
| 24 | -AppPublisherURL=http://www.fossil-scm.org/ | |
| 25 | -AppSupportURL=http://www.fossil-scm.org/ | |
| 26 | -AppUpdatesURL=http://www.fossil-scm.org/ | |
| 24 | +AppPublisherURL=https://www.fossil-scm.org/ | |
| 25 | +AppSupportURL=https://www.fossil-scm.org/ | |
| 26 | +AppUpdatesURL=https://www.fossil-scm.org/ | |
| 27 | 27 | AppVerName=Fossil v{#AppVersion} |
| 28 | 28 | AppVersion={#AppVersion} |
| 29 | 29 | AppComments=Simple, high-reliability, distributed software configuration management system. |
| 30 | -AppReadmeFile=http://www.fossil-scm.org/index.html/doc/tip/www/quickstart.wiki | |
| 30 | +AppReadmeFile=https://www.fossil-scm.org/index.html/doc/tip/www/quickstart.wiki | |
| 31 | 31 | DefaultDirName={pf}\Fossil |
| 32 | 32 | DefaultGroupName=Fossil |
| 33 | 33 | OutputBaseFilename=fossil-win32-{#AppVersion} |
| 34 | 34 | OutputManifestFile=fossil-win32-{#AppVersion}-manifest.txt |
| 35 | 35 | SetupLogging=true |
| 36 | 36 |
| --- setup/fossil.iss | |
| +++ setup/fossil.iss | |
| @@ -19,17 +19,17 @@ | |
| 19 | AlwaysShowComponentsList=false |
| 20 | AppCopyright=Copyright (c) D. Richard Hipp. All rights reserved. |
| 21 | AppID={{f1c25a1f-3954-4e1a-ac36-4314c52f057c} |
| 22 | AppName=Fossil |
| 23 | AppPublisher=Fossil Development Team |
| 24 | AppPublisherURL=http://www.fossil-scm.org/ |
| 25 | AppSupportURL=http://www.fossil-scm.org/ |
| 26 | AppUpdatesURL=http://www.fossil-scm.org/ |
| 27 | AppVerName=Fossil v{#AppVersion} |
| 28 | AppVersion={#AppVersion} |
| 29 | AppComments=Simple, high-reliability, distributed software configuration management system. |
| 30 | AppReadmeFile=http://www.fossil-scm.org/index.html/doc/tip/www/quickstart.wiki |
| 31 | DefaultDirName={pf}\Fossil |
| 32 | DefaultGroupName=Fossil |
| 33 | OutputBaseFilename=fossil-win32-{#AppVersion} |
| 34 | OutputManifestFile=fossil-win32-{#AppVersion}-manifest.txt |
| 35 | SetupLogging=true |
| 36 |
| --- setup/fossil.iss | |
| +++ setup/fossil.iss | |
| @@ -19,17 +19,17 @@ | |
| 19 | AlwaysShowComponentsList=false |
| 20 | AppCopyright=Copyright (c) D. Richard Hipp. All rights reserved. |
| 21 | AppID={{f1c25a1f-3954-4e1a-ac36-4314c52f057c} |
| 22 | AppName=Fossil |
| 23 | AppPublisher=Fossil Development Team |
| 24 | AppPublisherURL=https://www.fossil-scm.org/ |
| 25 | AppSupportURL=https://www.fossil-scm.org/ |
| 26 | AppUpdatesURL=https://www.fossil-scm.org/ |
| 27 | AppVerName=Fossil v{#AppVersion} |
| 28 | AppVersion={#AppVersion} |
| 29 | AppComments=Simple, high-reliability, distributed software configuration management system. |
| 30 | AppReadmeFile=https://www.fossil-scm.org/index.html/doc/tip/www/quickstart.wiki |
| 31 | DefaultDirName={pf}\Fossil |
| 32 | DefaultGroupName=Fossil |
| 33 | OutputBaseFilename=fossil-win32-{#AppVersion} |
| 34 | OutputManifestFile=fossil-win32-{#AppVersion}-manifest.txt |
| 35 | SetupLogging=true |
| 36 |
M
src/db.c
+1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2507,10 +2507,11 @@ | ||
| 2507 | 2507 | ** |
| 2508 | 2508 | ** dont-push Prevent this repository from pushing from client to |
| 2509 | 2509 | ** server. Useful when setting up a private branch. |
| 2510 | 2510 | ** |
| 2511 | 2511 | ** dotfiles Include --dotfiles option for all compatible commands. |
| 2512 | +** (versionable) | |
| 2512 | 2513 | ** |
| 2513 | 2514 | ** editor Text editor command used for check-in comments. |
| 2514 | 2515 | ** |
| 2515 | 2516 | ** empty-dirs A comma or newline-separated list of pathnames. On |
| 2516 | 2517 | ** (versionable) update and checkout commands, if no file or directory |
| 2517 | 2518 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2507,10 +2507,11 @@ | |
| 2507 | ** |
| 2508 | ** dont-push Prevent this repository from pushing from client to |
| 2509 | ** server. Useful when setting up a private branch. |
| 2510 | ** |
| 2511 | ** dotfiles Include --dotfiles option for all compatible commands. |
| 2512 | ** |
| 2513 | ** editor Text editor command used for check-in comments. |
| 2514 | ** |
| 2515 | ** empty-dirs A comma or newline-separated list of pathnames. On |
| 2516 | ** (versionable) update and checkout commands, if no file or directory |
| 2517 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2507,10 +2507,11 @@ | |
| 2507 | ** |
| 2508 | ** dont-push Prevent this repository from pushing from client to |
| 2509 | ** server. Useful when setting up a private branch. |
| 2510 | ** |
| 2511 | ** dotfiles Include --dotfiles option for all compatible commands. |
| 2512 | ** (versionable) |
| 2513 | ** |
| 2514 | ** editor Text editor command used for check-in comments. |
| 2515 | ** |
| 2516 | ** empty-dirs A comma or newline-separated list of pathnames. On |
| 2517 | ** (versionable) update and checkout commands, if no file or directory |
| 2518 |