https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: c71ffa139339cbed935637ffd9b5d2b490ff255e authored by Daniel Fort on 20 September 2018, 03:08:30 UTC
Closed branch raw_video_10bit_12_bit_LVState-fw_updates-wip
Tip revision: c71ffa1
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