https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 8a598ca701e2ea20ba1fc1fde6d556c609fd2a1a authored by danne on 11 August 2019, 15:51:30 UTC
crop_rec.c:(EOSM presets reduced)
Tip revision: 8a598ca
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