https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: bca0fad9dda4163bf7aff28bc3a8fe7fd73f3e4c authored by Daniel Fort on 20 September 2017, 14:10:32 UTC
Closed branch crop_rec_4k_manual_lens_info
Tip revision: bca0fad
last_change_info.sh
#!/bin/sh

# Called from readme2modulestrings.py
# also useful by itself to look at a formatted report
# of the extracted version info

LC_TIME=EN \
hg log . -r 'reverse(ancestors(.))' -l 1 --template \
'{date|hgdate}\n{node|short}\n{author|user}\n{desc|strip|firstline}'
back to top