Fossil SCM
Updates to "hints.wiki" document.
Commit
8ed9fdd5655610762b88e8de9b648829d3791e64889406a4a93c41f9b16f0de9
Parent
35f4dae3d6ccc23…
1 file changed
+4
-3
+4
-3
| --- www/hints.wiki | ||
| +++ www/hints.wiki | ||
| @@ -37,14 +37,15 @@ | ||
| 37 | 37 | |
| 38 | 38 | 7. Further to the previous two hints, there are lots of query parameters |
| 39 | 39 | that you can add to timeline pages. The available query parameters |
| 40 | 40 | are tersely documented [/help?cmd=/timeline | here]. |
| 41 | 41 | |
| 42 | - 8. You can run "[/help?cmd=test-diff | fossil test-diff --tk $file1 $file2]" | |
| 43 | - to get a pop-up window with side-by-side diffs of two files, even if | |
| 42 | + 8. You can run "[/help?cmd=xdiff | fossil xdiff --tk $file1 $file2]" | |
| 43 | + to get a Tk pop-up window with side-by-side diffs of two files, even if | |
| 44 | 44 | neither of the two files is part of any Fossil repository. Note that |
| 45 | - this command is "test-diff", not "diff". | |
| 45 | + this command is "xdiff", not "diff". Change <nobr>--tk</nobr> to | |
| 46 | + <nobr>--by</nobr> to see the diff in your web browser. | |
| 46 | 47 | |
| 47 | 48 | 9. On web pages showing the content of a file (for example |
| 48 | 49 | [/artifact/c7dd1de9f]) you can manually |
| 49 | 50 | add a query parameter of the form "ln=FROM,TO" to the URL that |
| 50 | 51 | will cause the range of lines indicated to be highlighted. This |
| 51 | 52 |
| --- www/hints.wiki | |
| +++ www/hints.wiki | |
| @@ -37,14 +37,15 @@ | |
| 37 | |
| 38 | 7. Further to the previous two hints, there are lots of query parameters |
| 39 | that you can add to timeline pages. The available query parameters |
| 40 | are tersely documented [/help?cmd=/timeline | here]. |
| 41 | |
| 42 | 8. You can run "[/help?cmd=test-diff | fossil test-diff --tk $file1 $file2]" |
| 43 | to get a pop-up window with side-by-side diffs of two files, even if |
| 44 | neither of the two files is part of any Fossil repository. Note that |
| 45 | this command is "test-diff", not "diff". |
| 46 | |
| 47 | 9. On web pages showing the content of a file (for example |
| 48 | [/artifact/c7dd1de9f]) you can manually |
| 49 | add a query parameter of the form "ln=FROM,TO" to the URL that |
| 50 | will cause the range of lines indicated to be highlighted. This |
| 51 |
| --- www/hints.wiki | |
| +++ www/hints.wiki | |
| @@ -37,14 +37,15 @@ | |
| 37 | |
| 38 | 7. Further to the previous two hints, there are lots of query parameters |
| 39 | that you can add to timeline pages. The available query parameters |
| 40 | are tersely documented [/help?cmd=/timeline | here]. |
| 41 | |
| 42 | 8. You can run "[/help?cmd=xdiff | fossil xdiff --tk $file1 $file2]" |
| 43 | to get a Tk pop-up window with side-by-side diffs of two files, even if |
| 44 | neither of the two files is part of any Fossil repository. Note that |
| 45 | this command is "xdiff", not "diff". Change <nobr>--tk</nobr> to |
| 46 | <nobr>--by</nobr> to see the diff in your web browser. |
| 47 | |
| 48 | 9. On web pages showing the content of a file (for example |
| 49 | [/artifact/c7dd1de9f]) you can manually |
| 50 | add a query parameter of the form "ln=FROM,TO" to the URL that |
| 51 | will cause the range of lines indicated to be highlighted. This |
| 52 |