Fossil SCM
Update the change log to describe the new automatic ms=glob on /timeline.
Commit
f0008db2b48f703fa29c85d4e81076412092747be04077fe40159be1b8b71225
Parent
1cfc5d6b4dcc29b…
1 file changed
+3
+3
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -34,10 +34,13 @@ | ||
| 34 | 34 | put branches in the specified order in the graph. This |
| 35 | 35 | overrides any "tl=" or similar ordering. |
| 36 | 36 | <li> In the various "from=","to=" query formats, if the one of the |
| 37 | 37 | end points is an ancestor of the other, then the "rel" modifier |
| 38 | 38 | omits check-ins that are not ancestors of the newer endpoint. |
| 39 | + <li> For "tl=" and similar query parameters, if the pattern contains | |
| 40 | + GLOB characters, then the matching style ("ms=") is set to GLOB | |
| 41 | + automatically and the "ms=" query parameter can be omitted. | |
| 39 | 42 | </ol> |
| 40 | 43 | * Added the [/help?cmd=/clusterlist|/clusterlist page] for analysis |
| 41 | 44 | and debugging |
| 42 | 45 | * Fix a bug in [/help?cmd=patch|fossil patch create] that causes |
| 43 | 46 | [/help?cmd=revert|fossil revert] operations that happened on individual |
| 44 | 47 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -34,10 +34,13 @@ | |
| 34 | put branches in the specified order in the graph. This |
| 35 | overrides any "tl=" or similar ordering. |
| 36 | <li> In the various "from=","to=" query formats, if the one of the |
| 37 | end points is an ancestor of the other, then the "rel" modifier |
| 38 | omits check-ins that are not ancestors of the newer endpoint. |
| 39 | </ol> |
| 40 | * Added the [/help?cmd=/clusterlist|/clusterlist page] for analysis |
| 41 | and debugging |
| 42 | * Fix a bug in [/help?cmd=patch|fossil patch create] that causes |
| 43 | [/help?cmd=revert|fossil revert] operations that happened on individual |
| 44 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -34,10 +34,13 @@ | |
| 34 | put branches in the specified order in the graph. This |
| 35 | overrides any "tl=" or similar ordering. |
| 36 | <li> In the various "from=","to=" query formats, if the one of the |
| 37 | end points is an ancestor of the other, then the "rel" modifier |
| 38 | omits check-ins that are not ancestors of the newer endpoint. |
| 39 | <li> For "tl=" and similar query parameters, if the pattern contains |
| 40 | GLOB characters, then the matching style ("ms=") is set to GLOB |
| 41 | automatically and the "ms=" query parameter can be omitted. |
| 42 | </ol> |
| 43 | * Added the [/help?cmd=/clusterlist|/clusterlist page] for analysis |
| 44 | and debugging |
| 45 | * Fix a bug in [/help?cmd=patch|fossil patch create] that causes |
| 46 | [/help?cmd=revert|fossil revert] operations that happened on individual |
| 47 |