Fossil SCM
Further edits to the change log for 1.24.
Commit
5ea7a3ec5687c5836c891a6da45e29fb304012f5
Parent
a8a0985318ba4c1…
1 file changed
+27
-1
+27
-1
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -23,11 +23,12 @@ | ||
| 23 | 23 | the file was checked in. |
| 24 | 24 | * Changed the "vdiff" webpage to show the complete text of files that |
| 25 | 25 | were added or removed (the equivelent of using the -N or --newfile |
| 26 | 26 | options with the "fossil diff" command-line.) |
| 27 | 27 | * Added the --temp option to "fossil clean" and "fossil extra", causing |
| 28 | - those commands to only look | |
| 28 | + those commands to only look at temporary files generated by Fossil, | |
| 29 | + such as merge-conflict reports or aborted check-in messages. | |
| 29 | 30 | * Enhance the raw page download so that it can guess the mimetype of |
| 30 | 31 | attachments based on the filename. |
| 31 | 32 | * Change the behavior of the from= and to= query parameters on the |
| 32 | 33 | timeline page so that by default the path between the two specified |
| 33 | 34 | check-ins avoids merges. |
| @@ -38,10 +39,35 @@ | ||
| 38 | 39 | occurring under the wrong username. |
| 39 | 40 | * Include branch information in the output of file change listings |
| 40 | 41 | (the "finfo" webpage). |
| 41 | 42 | * Make the simplified view of file history, rather than the full view, |
| 42 | 43 | the default. |
| 44 | + * In the "fossil configuration" command, allow the "css" option for | |
| 45 | + synchronizing, importing, or exporting just the CSS file. This makes | |
| 46 | + it easier to share CSS files across repositories by exporting from | |
| 47 | + one and importing to another. | |
| 48 | + * Add the (unsupported) "fossil test-orphans" command. | |
| 49 | + * Add the --template option to the "fossil init" command, to facilitate | |
| 50 | + creating new repositories based on a template repository. | |
| 51 | + * Add the diff-binary setting, which if enabled causes binary files to | |
| 52 | + be passed to the "gdiff" command for it to deal with, rather than simply | |
| 53 | + printing a "cannot diff binary files" error. | |
| 54 | + * Add the --unified option to the "fossil diff" command to force a unified | |
| 55 | + diff even if the --tk option (which normally implies a side-by-side diff) | |
| 56 | + is used. | |
| 57 | + * Present a choice of nearby branches and versions to diff against on the | |
| 58 | + check-in information page. | |
| 59 | + * Add the --force option to the "fossil merge" command that will force the | |
| 60 | + merge to occur even if it would be a no-op. This is sometimes useful for | |
| 61 | + documentation purposes. | |
| 62 | + * Add another built-in skin: "Enhanced Default". Other minor tweaks to | |
| 63 | + the existing skins. | |
| 64 | + * Add the "urllist" webpage, showing a list of URLs by which a server | |
| 65 | + instance of Fossil has been accessed. Requires "Administrator" privileges. | |
| 66 | + A link is on the "Setup" main page. | |
| 67 | + * Merge the latest SQLite changes from upstream. | |
| 68 | + * Lots of minor bug fixes. | |
| 43 | 69 | |
| 44 | 70 | <h2>Changes For Version 1.23 (2012-08-08)</h2> |
| 45 | 71 | * The default checkout database name is now ".fslckout" instead of |
| 46 | 72 | "_FOSSIL_" on unix. Both names continue to work. |
| 47 | 73 | * Added the "fossil all changes" command |
| 48 | 74 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -23,11 +23,12 @@ | |
| 23 | the file was checked in. |
| 24 | * Changed the "vdiff" webpage to show the complete text of files that |
| 25 | were added or removed (the equivelent of using the -N or --newfile |
| 26 | options with the "fossil diff" command-line.) |
| 27 | * Added the --temp option to "fossil clean" and "fossil extra", causing |
| 28 | those commands to only look |
| 29 | * Enhance the raw page download so that it can guess the mimetype of |
| 30 | attachments based on the filename. |
| 31 | * Change the behavior of the from= and to= query parameters on the |
| 32 | timeline page so that by default the path between the two specified |
| 33 | check-ins avoids merges. |
| @@ -38,10 +39,35 @@ | |
| 38 | occurring under the wrong username. |
| 39 | * Include branch information in the output of file change listings |
| 40 | (the "finfo" webpage). |
| 41 | * Make the simplified view of file history, rather than the full view, |
| 42 | the default. |
| 43 | |
| 44 | <h2>Changes For Version 1.23 (2012-08-08)</h2> |
| 45 | * The default checkout database name is now ".fslckout" instead of |
| 46 | "_FOSSIL_" on unix. Both names continue to work. |
| 47 | * Added the "fossil all changes" command |
| 48 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -23,11 +23,12 @@ | |
| 23 | the file was checked in. |
| 24 | * Changed the "vdiff" webpage to show the complete text of files that |
| 25 | were added or removed (the equivelent of using the -N or --newfile |
| 26 | options with the "fossil diff" command-line.) |
| 27 | * Added the --temp option to "fossil clean" and "fossil extra", causing |
| 28 | those commands to only look at temporary files generated by Fossil, |
| 29 | such as merge-conflict reports or aborted check-in messages. |
| 30 | * Enhance the raw page download so that it can guess the mimetype of |
| 31 | attachments based on the filename. |
| 32 | * Change the behavior of the from= and to= query parameters on the |
| 33 | timeline page so that by default the path between the two specified |
| 34 | check-ins avoids merges. |
| @@ -38,10 +39,35 @@ | |
| 39 | occurring under the wrong username. |
| 40 | * Include branch information in the output of file change listings |
| 41 | (the "finfo" webpage). |
| 42 | * Make the simplified view of file history, rather than the full view, |
| 43 | the default. |
| 44 | * In the "fossil configuration" command, allow the "css" option for |
| 45 | synchronizing, importing, or exporting just the CSS file. This makes |
| 46 | it easier to share CSS files across repositories by exporting from |
| 47 | one and importing to another. |
| 48 | * Add the (unsupported) "fossil test-orphans" command. |
| 49 | * Add the --template option to the "fossil init" command, to facilitate |
| 50 | creating new repositories based on a template repository. |
| 51 | * Add the diff-binary setting, which if enabled causes binary files to |
| 52 | be passed to the "gdiff" command for it to deal with, rather than simply |
| 53 | printing a "cannot diff binary files" error. |
| 54 | * Add the --unified option to the "fossil diff" command to force a unified |
| 55 | diff even if the --tk option (which normally implies a side-by-side diff) |
| 56 | is used. |
| 57 | * Present a choice of nearby branches and versions to diff against on the |
| 58 | check-in information page. |
| 59 | * Add the --force option to the "fossil merge" command that will force the |
| 60 | merge to occur even if it would be a no-op. This is sometimes useful for |
| 61 | documentation purposes. |
| 62 | * Add another built-in skin: "Enhanced Default". Other minor tweaks to |
| 63 | the existing skins. |
| 64 | * Add the "urllist" webpage, showing a list of URLs by which a server |
| 65 | instance of Fossil has been accessed. Requires "Administrator" privileges. |
| 66 | A link is on the "Setup" main page. |
| 67 | * Merge the latest SQLite changes from upstream. |
| 68 | * Lots of minor bug fixes. |
| 69 | |
| 70 | <h2>Changes For Version 1.23 (2012-08-08)</h2> |
| 71 | * The default checkout database name is now ".fslckout" instead of |
| 72 | "_FOSSIL_" on unix. Both names continue to work. |
| 73 | * Added the "fossil all changes" command |
| 74 |