Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

3 check-ins related to "andygoth-help-option"

2015-06-22
04:37
Integrate andygoth-help-option. check-in: 100ac83b64 user: andygoth tags: trunk
2015-06-19
16:19
Rework -help implementation so -help can be added to any command line even if it already contained an option that the help command would have interpreted. For example, "fossil clean -x -help" now prints help about the clean command, whereas before it was did the same as "fossil help -x", i.e. list auxiliary commands without mentioning clean. Make sure to fall back on the current implementation so "fossil -help -x" and such still work correctly. Closed-Leaf check-in: 3a9017f9d1 user: andygoth tags: andygoth-help-option
14:40
Remove ugly and zero-information comment text from linenoise.c. check-in: 7bc11da241 user: drh tags: trunk