Fossil SCM
Demote the rss command to second-tier because it is infrequently used and falls in the saame general category as the server and cgi commands which are already second-tier
Commit
d623a0adbefaca816448f886dd7cbc903354710a
Parent
6a6dae151d21848…
1 file changed
+1
-1
+1
-1
| --- src/rss.c | ||
| +++ src/rss.c | ||
| @@ -216,11 +216,11 @@ | ||
| 216 | 216 | free( zFreeProjectName ); |
| 217 | 217 | } |
| 218 | 218 | } |
| 219 | 219 | |
| 220 | 220 | /* |
| 221 | -** COMMAND: rss | |
| 221 | +** COMMAND: rss* | |
| 222 | 222 | ** |
| 223 | 223 | ** Usage: %fossil rss ?OPTIONS? |
| 224 | 224 | ** |
| 225 | 225 | ** The CLI variant of the /timeline.rss page, this produces an RSS |
| 226 | 226 | ** feed of the timeline to stdout. Options: |
| 227 | 227 |
| --- src/rss.c | |
| +++ src/rss.c | |
| @@ -216,11 +216,11 @@ | |
| 216 | free( zFreeProjectName ); |
| 217 | } |
| 218 | } |
| 219 | |
| 220 | /* |
| 221 | ** COMMAND: rss |
| 222 | ** |
| 223 | ** Usage: %fossil rss ?OPTIONS? |
| 224 | ** |
| 225 | ** The CLI variant of the /timeline.rss page, this produces an RSS |
| 226 | ** feed of the timeline to stdout. Options: |
| 227 |
| --- src/rss.c | |
| +++ src/rss.c | |
| @@ -216,11 +216,11 @@ | |
| 216 | free( zFreeProjectName ); |
| 217 | } |
| 218 | } |
| 219 | |
| 220 | /* |
| 221 | ** COMMAND: rss* |
| 222 | ** |
| 223 | ** Usage: %fossil rss ?OPTIONS? |
| 224 | ** |
| 225 | ** The CLI variant of the /timeline.rss page, this produces an RSS |
| 226 | ** feed of the timeline to stdout. Options: |
| 227 |