Fossil SCM
Make command-alias for 'checkout': co. This command could -not- have been used previously as a shortcut, as it would be ambiguous becuase of 'commit' and 'configuration'
Commit
a89b436bc9f4365fcef863b044e96c73b9e242ef
Parent
f80303ac73628db…
1 file changed
+1
+1
| --- src/checkout.c | ||
| +++ src/checkout.c | ||
| @@ -133,10 +133,11 @@ | ||
| 133 | 133 | manifest_clear(&m); |
| 134 | 134 | } |
| 135 | 135 | |
| 136 | 136 | /* |
| 137 | 137 | ** COMMAND: checkout |
| 138 | +** COMMAND: co | |
| 138 | 139 | ** |
| 139 | 140 | ** Usage: %fossil checkout VERSION ?-f|--force? |
| 140 | 141 | ** |
| 141 | 142 | ** Check out a version specified on the command-line. This command |
| 142 | 143 | ** will not overwrite edited files in the current checkout unless |
| 143 | 144 |
| --- src/checkout.c | |
| +++ src/checkout.c | |
| @@ -133,10 +133,11 @@ | |
| 133 | manifest_clear(&m); |
| 134 | } |
| 135 | |
| 136 | /* |
| 137 | ** COMMAND: checkout |
| 138 | ** |
| 139 | ** Usage: %fossil checkout VERSION ?-f|--force? |
| 140 | ** |
| 141 | ** Check out a version specified on the command-line. This command |
| 142 | ** will not overwrite edited files in the current checkout unless |
| 143 |
| --- src/checkout.c | |
| +++ src/checkout.c | |
| @@ -133,10 +133,11 @@ | |
| 133 | manifest_clear(&m); |
| 134 | } |
| 135 | |
| 136 | /* |
| 137 | ** COMMAND: checkout |
| 138 | ** COMMAND: co |
| 139 | ** |
| 140 | ** Usage: %fossil checkout VERSION ?-f|--force? |
| 141 | ** |
| 142 | ** Check out a version specified on the command-line. This command |
| 143 | ** will not overwrite edited files in the current checkout unless |
| 144 |