Fossil SCM
Make "init" an alias for "new".
Commit
21880ca1b67d727cb35539af9ac84ff344009da7
Parent
06bc2fb7ccabba1…
1 file changed
+2
M
src/db.c
+2
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -1031,12 +1031,14 @@ | ||
| 1031 | 1031 | } |
| 1032 | 1032 | } |
| 1033 | 1033 | |
| 1034 | 1034 | /* |
| 1035 | 1035 | ** COMMAND: new |
| 1036 | +** COMMAND: init | |
| 1036 | 1037 | ** |
| 1037 | 1038 | ** Usage: %fossil new ?OPTIONS? FILENAME |
| 1039 | +** Or: %fossil init ?OPTIONS? FILENAME | |
| 1038 | 1040 | ** |
| 1039 | 1041 | ** Create a repository for a new project in the file named FILENAME. |
| 1040 | 1042 | ** This command is distinct from "clone". The "clone" command makes |
| 1041 | 1043 | ** a copy of an existing project. This command starts a new project. |
| 1042 | 1044 | ** |
| 1043 | 1045 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1031,12 +1031,14 @@ | |
| 1031 | } |
| 1032 | } |
| 1033 | |
| 1034 | /* |
| 1035 | ** COMMAND: new |
| 1036 | ** |
| 1037 | ** Usage: %fossil new ?OPTIONS? FILENAME |
| 1038 | ** |
| 1039 | ** Create a repository for a new project in the file named FILENAME. |
| 1040 | ** This command is distinct from "clone". The "clone" command makes |
| 1041 | ** a copy of an existing project. This command starts a new project. |
| 1042 | ** |
| 1043 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1031,12 +1031,14 @@ | |
| 1031 | } |
| 1032 | } |
| 1033 | |
| 1034 | /* |
| 1035 | ** COMMAND: new |
| 1036 | ** COMMAND: init |
| 1037 | ** |
| 1038 | ** Usage: %fossil new ?OPTIONS? FILENAME |
| 1039 | ** Or: %fossil init ?OPTIONS? FILENAME |
| 1040 | ** |
| 1041 | ** Create a repository for a new project in the file named FILENAME. |
| 1042 | ** This command is distinct from "clone". The "clone" command makes |
| 1043 | ** a copy of an existing project. This command starts a new project. |
| 1044 | ** |
| 1045 |