On Tue, Sep 3, 2013 at 9:19 PM, Stephan Beal <sgb...@googlemail.com> wrote:

> That's a very good idea. Added to my list. Thanks!
>

This isn't checked in yet, but a prototype is in place which automatically
updates the stats only for CLI mode and only if the command succeeds (i.e.
if it does not fatally exit, as most errors do).

stephan@tiny:~/cvs/fossil/libfossil$ f usage
SQLITE_ERROR: no such table: cmd_usage
No command usage history has been collected for this checkout.
stephan@tiny:~/cvs/fossil/libfossil$ f usage
Count  Command
    1  usage

...
stephan@tiny:~/cvs/fossil/libfossil$ f usage
Count  Command
    2  status
    2  usage
    1  ls

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to