Differences From Artifact [1057c3a87c]:
- File src/leaf.c — part of check-in [ea63a2d1f4] at 2015-12-23 11:10:05 on branch trunk — Improvements to handling of localtime. The 'utc' and 'localtime' query parameters now work on all web pages. Timestamps can be expressed with a timezone modifier and that works correctly. (user: drh size: 8032) [more...]
To Artifact [9ada1c0aaf]:
- File src/leaf.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: 8028)
| ︙ | |||
249 250 251 252 253 254 255 | 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 | - + | ** COMMAND: test-leaf-ambiguity ** ** Usage: %fossil NAME ... ** ** Resolve each name on the command line and call leaf_ambiguity_warning() ** for each resulting RID. */ |
| ︙ |