On Mon, Jun 11, 2012 at 3:03 AM, Baruch Burstein <[email protected]>wrote:
> Is there an easy way to add settings (preferably on a per-repository base) > to the `fossil settings` command? And if so, is there an easy way to also > add them to the web interface? > Add entries to the ctrlSettings<http://www.fossil-scm.org/fossil/artifact/a71fac98f85a?ln=1888>array, and explanatory text to the header comment on the settings_cmd() function<http://www.fossil-scm.org/fossil/artifact/a71fac98f85a?ln=1888>then recomile. The help text is automatically extracted from the header comment by the build process. > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

