Fossil SCM
Add a note that patch alias are local to a given checkout.
Commit
b380310558b9157f28c202529840bcf2d90ca0da3bd4ca60f6814aee7313bd46
Parent
d6ef7ff1f8d1455…
1 file changed
+1
-1
+1
-1
| --- src/patch.c | ||
| +++ src/patch.c | ||
| @@ -1012,11 +1012,11 @@ | ||
| 1012 | 1012 | ** -v|--verbose Show extra detail about the patch |
| 1013 | 1013 | ** |
| 1014 | 1014 | ** > fossil patch alias add|rm|ls|list ?ARGS? |
| 1015 | 1015 | ** |
| 1016 | 1016 | ** Manage remote-name aliases, which act as short-form equivalents |
| 1017 | -** to REMOTE-CHECKOUT strings. | |
| 1017 | +** to REMOTE-CHECKOUT strings. Aliases are local to a given checkout. | |
| 1018 | 1018 | ** |
| 1019 | 1019 | ** Subcommands: |
| 1020 | 1020 | ** |
| 1021 | 1021 | ** > add local-name REMOTE-CHECKOUT |
| 1022 | 1022 | ** |
| 1023 | 1023 |
| --- src/patch.c | |
| +++ src/patch.c | |
| @@ -1012,11 +1012,11 @@ | |
| 1012 | ** -v|--verbose Show extra detail about the patch |
| 1013 | ** |
| 1014 | ** > fossil patch alias add|rm|ls|list ?ARGS? |
| 1015 | ** |
| 1016 | ** Manage remote-name aliases, which act as short-form equivalents |
| 1017 | ** to REMOTE-CHECKOUT strings. |
| 1018 | ** |
| 1019 | ** Subcommands: |
| 1020 | ** |
| 1021 | ** > add local-name REMOTE-CHECKOUT |
| 1022 | ** |
| 1023 |
| --- src/patch.c | |
| +++ src/patch.c | |
| @@ -1012,11 +1012,11 @@ | |
| 1012 | ** -v|--verbose Show extra detail about the patch |
| 1013 | ** |
| 1014 | ** > fossil patch alias add|rm|ls|list ?ARGS? |
| 1015 | ** |
| 1016 | ** Manage remote-name aliases, which act as short-form equivalents |
| 1017 | ** to REMOTE-CHECKOUT strings. Aliases are local to a given checkout. |
| 1018 | ** |
| 1019 | ** Subcommands: |
| 1020 | ** |
| 1021 | ** > add local-name REMOTE-CHECKOUT |
| 1022 | ** |
| 1023 |