Usage:
axp tree changelog
[options] [archive/version]
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 |
-a, --ancestry | use tree ancestry rather than single version |
-o, --output FILE | write to FILE rather than stdout |
-t, --tagged | tag the output file |
--show-time | include time and timezone in dates |
--show-dirs | include changes to the directories |
--show-self | include changes to ChangeLog file |
--show-ids | include explicit file ids |
-n, --no-files | exlude file lists from changes |
-f, --full | use full revision name in the header |
-l, --use-log FILE | use rfc822 FILE instead of tree logs |
-s, --tab-size N | use N spaces instead of one TAB |
Generate a ChangeLog for the given version from the tree patch logs. If DIR is not given, the current directory is assumed for the arch tree. Unlike "tla changelog", the output is closer to the de-facto standard format and arguably more readable. Also, the output file is not tagged by default.