Usage:

axp tree history [options] [filepath]

Infoline:

show descriptions of ancestry revisions from logs

Options:

-h, --helpdisplay this help message and exit
-R, --revision REVfetch REV first as tmp tree or new DIR
-d, --dir DIRcd to DIR first
-l, --limit NUMlimit to NUM revisions
-r, --reversesort from oldest to newest
-V, --no-revisiondon't show revision name
-s, --summaryshow summary of each revision
-c, --creatorshow creator of each revision
-D, --dateshow date of each revision
--descequivalent to -Dcs plus -n for renamed files
-F, --no-fullshow short revision names
-n, --filenameshow orig file/dir name if applicable
-E, --no-emaildon't show email of creator
-o, --one-versiondon't follow tags from other versions
Without filepath parameter, show all ancestry revision names
and optionally their summary, date and creator.  The format is
the same as in 'tla logs' and 'tla revisions'.

With filepath parameter (that is existing file or directory
managed by arch), only show the revisions that modified it.
In this case, additional field may be shown too (--filename)
and all renames are reported properly.