Fossil SCM
Update the change log to report on recent enhancements.
Commit
871b514651301003e1a04580b4a45bfe3191e01507f1bcafefbe59401d2393cb
Parent
35302d9e5054c11…
1 file changed
+13
+13
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -19,10 +19,15 @@ | ||
| 19 | 19 | branch has been changed. |
| 20 | 20 | * When a merge conflict occurs, a new section is added to the conflict |
| 21 | 21 | text that shows Fossil's suggested resolution to the conflict. |
| 22 | 22 | * Add the "Hide diffs/Show diffs" toggle to web-UI diff pages that show |
| 23 | 23 | diffs of multiple files. |
| 24 | + * Remove the --comfmtflags and --comment-format global options, which | |
| 25 | + as far as I can tell are never used, but do add unnecessary complexity. | |
| 26 | + Alternative TTY comment formatting can still be specified using the | |
| 27 | + [/help?cmd=comment-format|comment-format setting], if desired. The | |
| 28 | + default comment format is now called "canonical", not "legacy". | |
| 24 | 29 | * Enhancements to the [/help?cmd=/timeline|/timeline page]: |
| 25 | 30 | <ol type="a"> |
| 26 | 31 | <li> Added the "ml=" ("Merge-in List") query parameter that works |
| 27 | 32 | like "rl=" ("Related List") but adds "mionly" style related |
| 28 | 33 | check-ins instead of the full "rel" style. |
| @@ -55,10 +60,18 @@ | ||
| 55 | 60 | [/help?cmd=revert|fossil revert] operations that happened on individual |
| 56 | 61 | files after a [/help?cmd=merge|fossil merge] to be omitted from the |
| 57 | 62 | patch. |
| 58 | 63 | * Added the [/help?cmd=patch|patch alias] command for managing aliases |
| 59 | 64 | for remote checkout names. |
| 65 | + * Enhance the [/help?cmd=help|fossil help] command: | |
| 66 | + <ol type="a"> | |
| 67 | + <li> Accepts an optional SUBCOMMAND argument following the | |
| 68 | + COMMAND argument and only shows results for the specified | |
| 69 | + subcommand, not the entire command. | |
| 70 | + <li> The -u (--usage) option shows only the command-line syntax | |
| 71 | + <li> The -o (--options) option shows only the command-line options | |
| 72 | + </ol> | |
| 60 | 73 | |
| 61 | 74 | <h2 id='v2_25'>Changes for version 2.25 (2024-11-06)</h2> |
| 62 | 75 | |
| 63 | 76 | * The "[/help?cmd=ui|fossil ui /]" command now works even for repositories |
| 64 | 77 | that have non-ASCII filenames |
| 65 | 78 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -19,10 +19,15 @@ | |
| 19 | branch has been changed. |
| 20 | * When a merge conflict occurs, a new section is added to the conflict |
| 21 | text that shows Fossil's suggested resolution to the conflict. |
| 22 | * Add the "Hide diffs/Show diffs" toggle to web-UI diff pages that show |
| 23 | diffs of multiple files. |
| 24 | * Enhancements to the [/help?cmd=/timeline|/timeline page]: |
| 25 | <ol type="a"> |
| 26 | <li> Added the "ml=" ("Merge-in List") query parameter that works |
| 27 | like "rl=" ("Related List") but adds "mionly" style related |
| 28 | check-ins instead of the full "rel" style. |
| @@ -55,10 +60,18 @@ | |
| 55 | [/help?cmd=revert|fossil revert] operations that happened on individual |
| 56 | files after a [/help?cmd=merge|fossil merge] to be omitted from the |
| 57 | patch. |
| 58 | * Added the [/help?cmd=patch|patch alias] command for managing aliases |
| 59 | for remote checkout names. |
| 60 | |
| 61 | <h2 id='v2_25'>Changes for version 2.25 (2024-11-06)</h2> |
| 62 | |
| 63 | * The "[/help?cmd=ui|fossil ui /]" command now works even for repositories |
| 64 | that have non-ASCII filenames |
| 65 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -19,10 +19,15 @@ | |
| 19 | branch has been changed. |
| 20 | * When a merge conflict occurs, a new section is added to the conflict |
| 21 | text that shows Fossil's suggested resolution to the conflict. |
| 22 | * Add the "Hide diffs/Show diffs" toggle to web-UI diff pages that show |
| 23 | diffs of multiple files. |
| 24 | * Remove the --comfmtflags and --comment-format global options, which |
| 25 | as far as I can tell are never used, but do add unnecessary complexity. |
| 26 | Alternative TTY comment formatting can still be specified using the |
| 27 | [/help?cmd=comment-format|comment-format setting], if desired. The |
| 28 | default comment format is now called "canonical", not "legacy". |
| 29 | * Enhancements to the [/help?cmd=/timeline|/timeline page]: |
| 30 | <ol type="a"> |
| 31 | <li> Added the "ml=" ("Merge-in List") query parameter that works |
| 32 | like "rl=" ("Related List") but adds "mionly" style related |
| 33 | check-ins instead of the full "rel" style. |
| @@ -55,10 +60,18 @@ | |
| 60 | [/help?cmd=revert|fossil revert] operations that happened on individual |
| 61 | files after a [/help?cmd=merge|fossil merge] to be omitted from the |
| 62 | patch. |
| 63 | * Added the [/help?cmd=patch|patch alias] command for managing aliases |
| 64 | for remote checkout names. |
| 65 | * Enhance the [/help?cmd=help|fossil help] command: |
| 66 | <ol type="a"> |
| 67 | <li> Accepts an optional SUBCOMMAND argument following the |
| 68 | COMMAND argument and only shows results for the specified |
| 69 | subcommand, not the entire command. |
| 70 | <li> The -u (--usage) option shows only the command-line syntax |
| 71 | <li> The -o (--options) option shows only the command-line options |
| 72 | </ol> |
| 73 | |
| 74 | <h2 id='v2_25'>Changes for version 2.25 (2024-11-06)</h2> |
| 75 | |
| 76 | * The "[/help?cmd=ui|fossil ui /]" command now works even for repositories |
| 77 | that have non-ASCII filenames |
| 78 |