Usage:
axp tree history
[options] [filepath]
Infoline:
Options:
-h, --help | display this help message and exit |
-R, --revision REV | fetch REV first as tmp tree or new DIR |
-d, --dir DIR | cd to DIR first |
-l, --limit NUM | limit to NUM revisions |
-r, --reverse | sort from oldest to newest |
-V, --no-revision | don't show revision name |
-s, --summary | show summary of each revision |
-c, --creator | show creator of each revision |
-D, --date | show date of each revision |
--desc | equivalent to -Dcs plus -n for renamed files |
-F, --no-full | show short revision names |
-n, --filename | show orig file/dir name if applicable |
-E, --no-email | don't show email of creator |
-o, --one-version | don'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.