Fossil SCM
re-introduce "co" "checkout" command to BSD branch
Commit
0072bfefd270917870f80e83b3efe9e444756488
Parent
4cb397a7cb56054…
1 file changed
+1
+1
| --- src/checkout.c | ||
| +++ src/checkout.c | ||
| @@ -139,10 +139,11 @@ | ||
| 139 | 139 | manifest_clear(&m); |
| 140 | 140 | } |
| 141 | 141 | |
| 142 | 142 | /* |
| 143 | 143 | ** COMMAND: checkout |
| 144 | +** COMMAND: co | |
| 144 | 145 | ** |
| 145 | 146 | ** Usage: %fossil checkout VERSION ?-f|--force? ?--keep? |
| 146 | 147 | ** |
| 147 | 148 | ** Check out a version specified on the command-line. This command |
| 148 | 149 | ** will abort if there are edited files in the current checkout unless |
| 149 | 150 |
| --- src/checkout.c | |
| +++ src/checkout.c | |
| @@ -139,10 +139,11 @@ | |
| 139 | manifest_clear(&m); |
| 140 | } |
| 141 | |
| 142 | /* |
| 143 | ** COMMAND: checkout |
| 144 | ** |
| 145 | ** Usage: %fossil checkout VERSION ?-f|--force? ?--keep? |
| 146 | ** |
| 147 | ** Check out a version specified on the command-line. This command |
| 148 | ** will abort if there are edited files in the current checkout unless |
| 149 |
| --- src/checkout.c | |
| +++ src/checkout.c | |
| @@ -139,10 +139,11 @@ | |
| 139 | manifest_clear(&m); |
| 140 | } |
| 141 | |
| 142 | /* |
| 143 | ** COMMAND: checkout |
| 144 | ** COMMAND: co |
| 145 | ** |
| 146 | ** Usage: %fossil checkout VERSION ?-f|--force? ?--keep? |
| 147 | ** |
| 148 | ** Check out a version specified on the command-line. This command |
| 149 | ** will abort if there are edited files in the current checkout unless |
| 150 |