Differences From Artifact [42df2ab648]:
- File src/repolist.c — part of check-in [d87bf251e5] at 2020-02-10 08:32:38 on branch trunk — Minor repo_list_page() API doc addition and zeroed a closed db handle, "just in case". (user: stephan size: 10064) [more...]
To Artifact [7aa2e1251e]:
- File src/repolist.c — part of check-in [06afb7022f] at 2020-04-05 23:45:50 on branch api-cleanup — Match the COMMAND and WEBPAGE names with _cmd and _page functions; [https://fossil-scm.org/forum/forumpost/045bffda68|forumpost/045bffda68] (user: ashepilko size: 10068)
| ︙ | |||
274 275 276 277 278 279 280 | 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 | - + | ** COMMAND: test-list-page ** ** Usage: %fossil test-list-page DIRECTORY ** ** Show all repositories underneath DIRECTORY. Or if DIRECTORY is "/" ** show all repositories in the ~/.fossil file. */ |
| ︙ |