https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: cd2f71bdef97c0eb908cd1f20af12eae4558d07e authored by Daniel Fort on 23 February 2019, 05:29:19 UTC
70D: added DEFAULT_RAW_BUFFER_SIZE
Tip revision: cd2f71b
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