Fossil SCM
Updates to the "hints and tricks" document.
Commit
50a8a1bb707ba46ad25600f4bd4383e7e4908d21786328ff60b53fc8f7aea126
Parent
f0c4705d4923981…
1 file changed
+14
-2
+14
-2
| --- www/hints.wiki | ||
| +++ www/hints.wiki | ||
| @@ -1,9 +1,11 @@ | ||
| 1 | 1 | <title>Fossil Tips And Usage Hints</title> |
| 2 | 2 | |
| 3 | - 1. Click on nodes of any timeline graph to see diffs between the two | |
| 4 | - selected versions. | |
| 3 | +A collection of useful hints and tricks in no particular order: | |
| 4 | + | |
| 5 | + 1. Click on two nodes of any timeline graph in succession | |
| 6 | + to see a diff between the two versions. | |
| 5 | 7 | |
| 6 | 8 | 2. Add the "--tk" option to "[/help?cmd=diff | fossil diff]" commands |
| 7 | 9 | to get a pop-up |
| 8 | 10 | window containing a complete side-by-side diff. (NB: The pop-up |
| 9 | 11 | window is run as a separate Tcl/Tk process, so you will need to |
| @@ -58,5 +60,15 @@ | ||
| 58 | 60 | |
| 59 | 61 | 10. When editing documentation to be checked in as managed files, you can |
| 60 | 62 | preview what the documentation will look like by using the special |
| 61 | 63 | "ckout" branch name in the "doc" URL while running "fossil ui". |
| 62 | 64 | See the [./embeddeddoc.wiki | embedded documentation] for details. |
| 65 | + | |
| 66 | + 11. Use the "[/help?cmd=ui|fossil ui /]" command to bring up a menu of | |
| 67 | + all of your local Fossil repositories in your web browser. | |
| 68 | + | |
| 69 | + 12. If you have a bunch of Fossil repositories living on a remote machine | |
| 70 | + that you are able to access using ssh using a command like | |
| 71 | + "ssh login@remote", then you can bring up a user interface for all | |
| 72 | + those remote repositories using the command: | |
| 73 | + "[/help?cmd=ui|fossil ui login@remote:/]". This works by tunneling | |
| 74 | + all HTTP traffic through SSH to the remote machine. | |
| 63 | 75 |
| --- www/hints.wiki | |
| +++ www/hints.wiki | |
| @@ -1,9 +1,11 @@ | |
| 1 | <title>Fossil Tips And Usage Hints</title> |
| 2 | |
| 3 | 1. Click on nodes of any timeline graph to see diffs between the two |
| 4 | selected versions. |
| 5 | |
| 6 | 2. Add the "--tk" option to "[/help?cmd=diff | fossil diff]" commands |
| 7 | to get a pop-up |
| 8 | window containing a complete side-by-side diff. (NB: The pop-up |
| 9 | window is run as a separate Tcl/Tk process, so you will need to |
| @@ -58,5 +60,15 @@ | |
| 58 | |
| 59 | 10. When editing documentation to be checked in as managed files, you can |
| 60 | preview what the documentation will look like by using the special |
| 61 | "ckout" branch name in the "doc" URL while running "fossil ui". |
| 62 | See the [./embeddeddoc.wiki | embedded documentation] for details. |
| 63 |
| --- www/hints.wiki | |
| +++ www/hints.wiki | |
| @@ -1,9 +1,11 @@ | |
| 1 | <title>Fossil Tips And Usage Hints</title> |
| 2 | |
| 3 | A collection of useful hints and tricks in no particular order: |
| 4 | |
| 5 | 1. Click on two nodes of any timeline graph in succession |
| 6 | to see a diff between the two versions. |
| 7 | |
| 8 | 2. Add the "--tk" option to "[/help?cmd=diff | fossil diff]" commands |
| 9 | to get a pop-up |
| 10 | window containing a complete side-by-side diff. (NB: The pop-up |
| 11 | window is run as a separate Tcl/Tk process, so you will need to |
| @@ -58,5 +60,15 @@ | |
| 60 | |
| 61 | 10. When editing documentation to be checked in as managed files, you can |
| 62 | preview what the documentation will look like by using the special |
| 63 | "ckout" branch name in the "doc" URL while running "fossil ui". |
| 64 | See the [./embeddeddoc.wiki | embedded documentation] for details. |
| 65 | |
| 66 | 11. Use the "[/help?cmd=ui|fossil ui /]" command to bring up a menu of |
| 67 | all of your local Fossil repositories in your web browser. |
| 68 | |
| 69 | 12. If you have a bunch of Fossil repositories living on a remote machine |
| 70 | that you are able to access using ssh using a command like |
| 71 | "ssh login@remote", then you can bring up a user interface for all |
| 72 | those remote repositories using the command: |
| 73 | "[/help?cmd=ui|fossil ui login@remote:/]". This works by tunneling |
| 74 | all HTTP traffic through SSH to the remote machine. |
| 75 |