Le 2012-07-17 à 06:19, Konstantin Khomoutov <[email protected]> a écrit :
> I use fossil to manage configuration files of certain programs on a > bunch of machines which I access over SSH. > > I'd like to enable displaying timeline timestamps using local time > as there are no people in other time zones working with these projects > and hence seeing immediately understandable timestamps would be a win. > > I know which flag to tick in the web UI to achieve what I need but the > problem is, there's no convenient way to use web UI while being inside > a screen session over SSH. > > I looked at the output of `fossil settings` and inspected the result of > `fossil config dump all /tmp/fossil.conf` but can't see a way to set > this option. > > Any ideas? > http://www.mail-archive.com/[email protected]/msg08349.html You would want to set it to '2' instead of '1'. If you don't have the sqlite3 command, you could probably use the internal fossil sql command. -- Martin G. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

