https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 82854ca74764dc13b0915ebfed4c24d83d08c389 authored by Daniel Fort on 03 January 2017, 16:57:17 UTC
Closed branch raw_10bit_12bit_raw_twk_default
Tip revision: 82854ca
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