https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: cac23a5cee713f0410ba0122b3661091aea757da authored by alex@thinkpad on 13 August 2016, 11:50:01 UTC
700D, 650D, 100D, maybe others: nicer Kelvin display in photo mode
Tip revision: cac23a5
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