Fossil SCM
Updates to the change log.
Commit
ea94e4c1b20a2afc4ee1fb90e75ba3957be9636f71cf3323a5951b5ac097ea16
Parent
679265a7261fb8a…
1 file changed
+8
+8
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -38,11 +38,19 @@ | ||
| 38 | 38 | end points is an ancestor of the other, then the "rel" modifier |
| 39 | 39 | omits check-ins that are not ancestors of the newer endpoint. |
| 40 | 40 | <li> For "tl=" and similar query parameters, if the pattern contains |
| 41 | 41 | GLOB characters, then the matching style ("ms=") is set to GLOB |
| 42 | 42 | automatically and the "ms=" query parameter can be omitted. |
| 43 | + <li> Enhance the "ymd" query parameter so that when used like | |
| 44 | + "ymd=YYYYMMDD-YYYYMMDD" it shows all events in the range of | |
| 45 | + dates specified. | |
| 46 | + <li> Accept the "Z" (Zulu-time) suffix on date arguments for the | |
| 47 | + "ymd" and "yw" query parameters. | |
| 43 | 48 | </ol> |
| 49 | + * Add the "--if-changes" option to the [/help?cmd=commit|fossil commit] | |
| 50 | + command that causes the command to become a quiet no-op if there are | |
| 51 | + no pending changes. | |
| 44 | 52 | * Added the [/help?cmd=/clusterlist|/clusterlist page] for analysis |
| 45 | 53 | and debugging |
| 46 | 54 | * Fix a bug in [/help?cmd=patch|fossil patch create] that causes |
| 47 | 55 | [/help?cmd=revert|fossil revert] operations that happened on individual |
| 48 | 56 | files after a [/help?cmd=merge|fossil merge] to be omitted from the |
| 49 | 57 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -38,11 +38,19 @@ | |
| 38 | end points is an ancestor of the other, then the "rel" modifier |
| 39 | omits check-ins that are not ancestors of the newer endpoint. |
| 40 | <li> For "tl=" and similar query parameters, if the pattern contains |
| 41 | GLOB characters, then the matching style ("ms=") is set to GLOB |
| 42 | automatically and the "ms=" query parameter can be omitted. |
| 43 | </ol> |
| 44 | * Added the [/help?cmd=/clusterlist|/clusterlist page] for analysis |
| 45 | and debugging |
| 46 | * Fix a bug in [/help?cmd=patch|fossil patch create] that causes |
| 47 | [/help?cmd=revert|fossil revert] operations that happened on individual |
| 48 | files after a [/help?cmd=merge|fossil merge] to be omitted from the |
| 49 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -38,11 +38,19 @@ | |
| 38 | end points is an ancestor of the other, then the "rel" modifier |
| 39 | omits check-ins that are not ancestors of the newer endpoint. |
| 40 | <li> For "tl=" and similar query parameters, if the pattern contains |
| 41 | GLOB characters, then the matching style ("ms=") is set to GLOB |
| 42 | automatically and the "ms=" query parameter can be omitted. |
| 43 | <li> Enhance the "ymd" query parameter so that when used like |
| 44 | "ymd=YYYYMMDD-YYYYMMDD" it shows all events in the range of |
| 45 | dates specified. |
| 46 | <li> Accept the "Z" (Zulu-time) suffix on date arguments for the |
| 47 | "ymd" and "yw" query parameters. |
| 48 | </ol> |
| 49 | * Add the "--if-changes" option to the [/help?cmd=commit|fossil commit] |
| 50 | command that causes the command to become a quiet no-op if there are |
| 51 | no pending changes. |
| 52 | * Added the [/help?cmd=/clusterlist|/clusterlist page] for analysis |
| 53 | and debugging |
| 54 | * Fix a bug in [/help?cmd=patch|fossil patch create] that causes |
| 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 |