Fossil SCM
Update patch alias docs to reflect that they're stored in the repo.config table, not ckout.vvar.
Commit
49c35c8caa8bd8689284aa6249dff7aa80b42db7c8d22ccaa86454361fc7ca17
Parent
fe74b78eb1f14e4…
1 file changed
+3
-2
+3
-2
| --- src/patch.c | ||
| +++ src/patch.c | ||
| @@ -1006,12 +1006,13 @@ | ||
| 1006 | 1006 | ** |
| 1007 | 1007 | ** -v|--verbose Show extra detail about the patch |
| 1008 | 1008 | ** |
| 1009 | 1009 | ** > fossil patch alias add|rm|ls|list ?ARGS? |
| 1010 | 1010 | ** |
| 1011 | -** Manage remote-name aliases, which act as short-form equivalents | |
| 1012 | -** to REMOTE-CHECKOUT strings. Aliases are local to a given checkout. | |
| 1011 | +** Manage remote-name aliases, which act as short-form | |
| 1012 | +** equivalents to REMOTE-CHECKOUT strings. Aliases are local to | |
| 1013 | +** a given repository and do not sync. | |
| 1013 | 1014 | ** |
| 1014 | 1015 | ** Subcommands: |
| 1015 | 1016 | ** |
| 1016 | 1017 | ** > add local-name REMOTE-CHECKOUT |
| 1017 | 1018 | ** |
| 1018 | 1019 |
| --- src/patch.c | |
| +++ src/patch.c | |
| @@ -1006,12 +1006,13 @@ | |
| 1006 | ** |
| 1007 | ** -v|--verbose Show extra detail about the patch |
| 1008 | ** |
| 1009 | ** > fossil patch alias add|rm|ls|list ?ARGS? |
| 1010 | ** |
| 1011 | ** Manage remote-name aliases, which act as short-form equivalents |
| 1012 | ** to REMOTE-CHECKOUT strings. Aliases are local to a given checkout. |
| 1013 | ** |
| 1014 | ** Subcommands: |
| 1015 | ** |
| 1016 | ** > add local-name REMOTE-CHECKOUT |
| 1017 | ** |
| 1018 |
| --- src/patch.c | |
| +++ src/patch.c | |
| @@ -1006,12 +1006,13 @@ | |
| 1006 | ** |
| 1007 | ** -v|--verbose Show extra detail about the patch |
| 1008 | ** |
| 1009 | ** > fossil patch alias add|rm|ls|list ?ARGS? |
| 1010 | ** |
| 1011 | ** Manage remote-name aliases, which act as short-form |
| 1012 | ** equivalents to REMOTE-CHECKOUT strings. Aliases are local to |
| 1013 | ** a given repository and do not sync. |
| 1014 | ** |
| 1015 | ** Subcommands: |
| 1016 | ** |
| 1017 | ** > add local-name REMOTE-CHECKOUT |
| 1018 | ** |
| 1019 |