https://bitbucket.org/daniel_fort/magic-lantern
Revision 8253ef26ba251d30475a0840e6911b3de67a1080 authored by Daniel Fort on 20 September 2018, 03:07:48 UTC, committed by Daniel Fort on 20 September 2018, 03:07:48 UTC
1 parent 7e07cb8
Raw File
Tip revision: 8253ef26ba251d30475a0840e6911b3de67a1080 authored by Daniel Fort on 20 September 2018, 03:07:48 UTC
Closed branch raw_video_10bit_12bit_LVState-wip
Tip revision: 8253ef2
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