Help: info
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com
or submit via the online form by Aug 20.

The "info" command:

Usage: fossil info ?VERSION | REPOSITORY_FILENAME? ?OPTIONS?

With no arguments, provide information about the current tree.
If an argument is specified, provide information about the object
in the repository of the current tree that the argument refers
to.  Or if the argument is the name of a repository, show
information about that repository.

If the argument is a repository name, then the --verbose option shows
known the check-out locations for that repository and all URLs used
to access the repository.  The --verbose is (currently) a no-op if
the argument is the name of a object within the repository.

Use the "finfo" command to get information about a specific
file in a checkout.

Options:

   -R|--repository FILE       Extract info from repository FILE
   -v|--verbose               Show extra information about repositories

See also: annotate, artifact, finfo, timeline